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 1c12eda commit c0588beCopy full SHA for c0588be
1 file changed
.github/workflows/tests.yml
@@ -33,6 +33,10 @@ jobs:
33
ruby-version: ${{ matrix.ruby }}
34
bundler: 1
35
36
+ - name: Update rubygems
37
+ run: |
38
+ gem update --system --no-document
39
+
40
- name: Restore cache
41
uses: actions/cache@v2
42
with:
0 commit comments