Skip to content

Commit

Permalink
ci: don't try to update rubygems
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 12f072d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
rubygems: latest
bundler: latest
bundler-cache: true
- name: Run tests
Expand Down

0 comments on commit 12f072d

Please sign in to comment.