diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-24 22:28:27 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-24 22:41:54 +0900 |
| commit | 3401c2e0c7c441c2a13c11e958f6b99efc50bd29 (patch) | |
| tree | 96bdbf5799d20092577b15080dbe5424bf10b0a0 | |
| parent | e8cb31541984e93dcbaa5f2ac5f56ec390279d5e (diff) | |
| download | fzf-3401c2e0c7c441c2a13c11e958f6b99efc50bd29.tar.gz | |
Remove alignment in .tool-versions for RuboCop
| -rw-r--r-- | .github/workflows/linux.yml | 2 | ||||
| -rw-r--r-- | .tool-versions | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 454f56e9..7d1f8e75 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.1 + ruby-version: 3.4.6 - name: Install packages run: sudo apt-get install --yes zsh fish tmux shfmt diff --git a/.tool-versions b/.tool-versions index a5bf7abc..5a307589 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ golang 1.23 -ruby 3.4 -shfmt 3.12 +ruby 3.4 +shfmt 3.12 |
