Skip to content

Commit c0588be

Browse files
committed
Update rubygems on CI to latest
...to fix issues with installing gems on Ruby 2.5
1 parent 1c12eda commit c0588be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
ruby-version: ${{ matrix.ruby }}
3434
bundler: 1
3535

36+
- name: Update rubygems
37+
run: |
38+
gem update --system --no-document
39+
3640
- name: Restore cache
3741
uses: actions/cache@v2
3842
with:

0 commit comments

Comments
 (0)