Skip to content

Commit 637e4ec

Browse files
committed
We don't need to upgrade latest version of RubyGems for testing
1 parent 5f7dc4f commit 637e4ec

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ jobs:
2828
with:
2929
ruby-version: ${{ matrix.ruby }}
3030
bundler-cache: true # 'bundle install' and cache
31-
- name: Ensure new-enough RubyGems for Ruby 2.6
32-
run: gem update --system
33-
if: ${{ matrix.ruby == '2.6' }}
34-
- name: Ensure new-enough RubyGems for Ruby 2.5
35-
run: |
36-
gem install rubygems-update -v "~> 3.3.26"
37-
update_rubygems
38-
if: ${{ matrix.ruby == '2.5' }}
3931
- name: Run test
4032
run: bundle exec rake
4133
env:

0 commit comments

Comments
 (0)