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.
2 parents 8de7775 + 05ceb5d commit 9297c68Copy full SHA for 9297c68
.github/workflows/linux.yml
@@ -25,6 +25,7 @@ jobs:
25
env:
26
CI: true
27
run: |
28
- gem install bundler rake
+ gem install rake
29
+ gem install bundler ${{ matrix.ruby == '2.7' && '-v 2.4.22' || '' }}
30
bundle install --jobs 4 --retry 3
31
bundle exec rake spec
0 commit comments