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 5f7dc4f commit 637e4ecCopy full SHA for 637e4ec
.github/workflows/test.yml
@@ -28,14 +28,6 @@ jobs:
28
with:
29
ruby-version: ${{ matrix.ruby }}
30
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' }}
39
- name: Run test
40
run: bundle exec rake
41
env:
0 commit comments