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 b06d996 commit afc74ecCopy full SHA for afc74ec
.github/workflows/ruby.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
ruby-version: ${{ matrix.ruby }}
26
- name: Update RubyGems
27
- run: gem update --system
+ run: gem update --system || gem update --system 3.5.23
28
- name: Install dependencies
29
run: bundle install --jobs 4 --retry 3
30
- name: Run tests
0 commit comments