Skip to content

Commit

Permalink
ci: pin rubygems update
Browse files Browse the repository at this point in the history
because latest rubygems-update doesn't support Ruby 2.7
  • Loading branch information
flavorjones committed Dec 19, 2023
1 parent 05bc2d3 commit 6233940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
rubygems: latest
rubygems: "3.4.22" # last version to support Ruby 2.7
bundler: latest
bundler-cache: true
- name: Run tests
Expand Down

0 comments on commit 6233940

Please sign in to comment.