We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11c4d4 commit 647b03fCopy full SHA for 647b03f
.github/workflows/ci.yml
@@ -30,6 +30,7 @@ jobs:
30
with:
31
ruby-version: ${{ matrix.ruby }}
32
bundler-cache: true
33
+ rubygems: latest # `gem update --system` is run to update to the latest compatible RubyGems version.
34
- name: Setup redis
35
uses: shogo82148/actions-setup-redis@v1
36
0 commit comments