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 f714647 + 2a0568c commit c80a63aCopy full SHA for c80a63a
.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