Skip to content

Commit

Permalink
Update rubygems on CI to latest
Browse files Browse the repository at this point in the history
...to fix issues with installing gems on Ruby 2.5
  • Loading branch information
cjlarose committed Aug 8, 2021
1 parent 1c12eda commit c0588be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler: 1

- name: Update rubygems
run: |
gem update --system --no-document
- name: Restore cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit c0588be

Please sign in to comment.