Skip to content

Commit ccf96aa

Browse files
committed
Pin Ruby version to 3.4.4 in CI workflows
ruby-version: ruby was resolving to Ruby 4.0.5 instead of reading .ruby-version, causing frozen bundler to reject the mismatched lockfile.
1 parent 9de9657 commit ccf96aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
uses: ruby/setup-ruby@v1
2020
with:
2121
bundler-cache: true
22-
ruby-version: ruby
22+
ruby-version: "3.4.4"
2323

2424
- uses: rubygems/release-gem@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
uses: ruby/setup-ruby@v1
1111
with:
1212
bundler-cache: true
13-
ruby-version: ruby
13+
ruby-version: "3.4.4"
1414
- name: Test
1515
run: bundle exec rake test

0 commit comments

Comments
 (0)