Skip to content

Commit afc74ec

Browse files
committed
Install RubyGems 3.5.23 for Ruby 3.0 and 3.1
1 parent b06d996 commit afc74ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
ruby-version: ${{ matrix.ruby }}
2626
- name: Update RubyGems
27-
run: gem update --system
27+
run: gem update --system || gem update --system 3.5.23
2828
- name: Install dependencies
2929
run: bundle install --jobs 4 --retry 3
3030
- name: Run tests

0 commit comments

Comments
 (0)