Skip to content

Commit

Permalink
Use an updated rubygems in the tests CI.
Browse files Browse the repository at this point in the history
This is needed for Ruby 2.5, which we need to support a bit longer.
  • Loading branch information
hainesr committed Nov 19, 2022
1 parent c0cecc7 commit 9b65604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
rubygems: '3.2.3'
bundler-cache: true

- name: Install other dependencies
Expand Down

0 comments on commit 9b65604

Please sign in to comment.