From 3401c2e0c7c441c2a13c11e958f6b99efc50bd29 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 24 Sep 2025 22:28:27 +0900 Subject: [PATCH] Remove alignment in .tool-versions for RuboCop --- .github/workflows/linux.yml | 2 +- .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