From 839b45222eb29b884902c30a334516cd59fa4a6e Mon Sep 17 00:00:00 2001 From: Maciej Mensfeld Date: Wed, 27 May 2026 05:00:36 +0200 Subject: [PATCH 1/2] chore(deps): update dependency ruby to v4.0.5 --- .github/workflows/ci.yml | 4 ++-- v2.5-non-rails/.ruby-version | 2 +- v2.5-rails/.ruby-version | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eac38e4..a8c4966 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 with: - ruby-version: '4.0.4' + ruby-version: '4.0.5' - name: Bundle install working-directory: v2.5-non-rails env: @@ -107,7 +107,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 with: - ruby-version: '4.0.4' + ruby-version: '4.0.5' - name: Bundle install working-directory: v2.5-rails env: diff --git a/v2.5-non-rails/.ruby-version b/v2.5-non-rails/.ruby-version index c5106e6..7636e75 100644 --- a/v2.5-non-rails/.ruby-version +++ b/v2.5-non-rails/.ruby-version @@ -1 +1 @@ -4.0.4 +4.0.5 diff --git a/v2.5-rails/.ruby-version b/v2.5-rails/.ruby-version index c5106e6..7636e75 100644 --- a/v2.5-rails/.ruby-version +++ b/v2.5-rails/.ruby-version @@ -1 +1 @@ -4.0.4 +4.0.5 From fb235aef48292c1c5d897dd80b58f14f743c791f Mon Sep 17 00:00:00 2001 From: Maciej Mensfeld Date: Wed, 27 May 2026 09:26:46 +0200 Subject: [PATCH 2/2] Update ruby/setup-ruby to v1.310.0 Update the setup-ruby action to v1.310.0 which includes support for Ruby 4.0.5. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8c4966..33e8f10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: with: fetch-depth: 0 - name: Set up Ruby - uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 + uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 with: ruby-version: '4.0.5' - name: Bundle install @@ -70,7 +70,7 @@ jobs: - name: Install package dependencies run: "[ -e $APT_DEPS ] || sudo apt-get install -y --no-install-recommends $APT_DEPS" - name: Set up Ruby - uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 + uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 with: ruby-version: ${{matrix.ruby}} bundler: 'latest' @@ -105,7 +105,7 @@ jobs: with: fetch-depth: 0 - name: Set up Ruby - uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 + uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 with: ruby-version: '4.0.5' - name: Bundle install @@ -137,7 +137,7 @@ jobs: - name: Install package dependencies run: "[ -e $APT_DEPS ] || sudo apt-get install -y --no-install-recommends $APT_DEPS" - name: Set up Ruby - uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 + uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 with: ruby-version: ${{matrix.ruby}} bundler: 'latest'