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.
2 parents ae7ff0a + 7a753d0 commit 5bbd883Copy full SHA for 5bbd883
.github/workflows/checks.yaml
@@ -29,9 +29,9 @@ jobs:
29
with:
30
ruby-version: ${{ matrix.cfg.ruby }}
31
32
- - name: Install bundler and gems
+ - name: Update rubygems and install gems
33
run: |
34
- gem install bundler
+ gem update --system --no-document
35
bundle config set without packaging documentation
36
bundle install --jobs 4 --retry 3
37
.github/workflows/rspec_tests.yaml
@@ -33,9 +33,9 @@ jobs:
38
39
40
41
0 commit comments