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 302f2f1 + 52b0dee commit 3a48b8dCopy full SHA for 3a48b8d
.github/workflows/checks.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Update rubygems and install gems
33
run: |
34
- gem update --system --no-document
+ gem update --system 3.3.26 --no-document
35
bundle config set without packaging documentation
36
bundle install --jobs 4 --retry 3
37
.github/workflows/rspec_tests.yaml
@@ -35,7 +35,7 @@ jobs:
38
39
40
41
0 commit comments