Skip to content

Commit 8cb2077

Browse files
committed
Fallback to RubyGems 3.4.22 for Ruby 2.7
``` $ ruby -v ruby 2.7.8p225 (2023-03-30 revision 1f4d455848) [x86_64-linux] $ gem update --system Updating rubygems-update ERROR: Error installing rubygems-update: rubygems-update-3.5.6 requires Ruby version >= 3.0.0. The current ruby version is 2.7.8. $ ``` https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md#350--2023-12-15 > Drop ruby 2.6 and 2.7 support. Pull request #7116 by deivid-rodriguez ruby/rubygems#7116
1 parent 99d3f18 commit 8cb2077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
./ci/setup_accounts.sh
7777
- name: Update RubyGems
7878
run: |
79-
gem update --system
79+
gem update --system || gem update --system 3.4.22
8080
- name: Bundle install
8181
run: |
8282
bundle install --jobs 4 --retry 3

0 commit comments

Comments
 (0)