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 3bf0a59 + 17631bb commit 7e0c27dCopy full SHA for 7e0c27d
.github/workflows/checks.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Update rubygems and install gems
36
run: |
37
- gem update --system --silent --no-document
+ gem update --system 3.3.26 --silent --no-document
38
bundle config set without packaging documentation
39
bundle install --jobs 4 --retry 3
40
.github/workflows/rspec_tests.yaml
@@ -38,7 +38,7 @@ jobs:
41
42
43
44
0 commit comments