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 99d3f18 commit 8cb2077Copy full SHA for 8cb2077
.github/workflows/test.yml
@@ -76,7 +76,7 @@ jobs:
76
./ci/setup_accounts.sh
77
- name: Update RubyGems
78
run: |
79
- gem update --system
+ gem update --system || gem update --system 3.4.22
80
- name: Bundle install
81
82
bundle install --jobs 4 --retry 3
0 commit comments