Skip to content

Commit 647b03f

Browse files
authored
CI: Configure setup-ruby to use a compatible RubyGems (#651)
1 parent e11c4d4 commit 647b03f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
ruby-version: ${{ matrix.ruby }}
3232
bundler-cache: true
33+
rubygems: latest # `gem update --system` is run to update to the latest compatible RubyGems version.
3334
- name: Setup redis
3435
uses: shogo82148/actions-setup-redis@v1
3536
with:

0 commit comments

Comments
 (0)