We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a9322 commit bb1aa42Copy full SHA for bb1aa42
1 file changed
.github/workflows/main.yml
@@ -24,5 +24,10 @@ jobs:
24
bundler-cache: true
25
ruby-version: ${{ matrix.ruby }}
26
27
+ - if: startsWith(matrix.ruby, '2.7')
28
+ run: |
29
+ gem uninstall bundler -a -x || true
30
+ gem install bundler -v "~> 2.4"
31
+
32
- run: bundle install
33
- run: bundle exec rake
0 commit comments