Skip to content

Commit bb1aa42

Browse files
committed
Try to fix CI for Ruby 2.7
1 parent b3a9322 commit bb1aa42

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,10 @@ jobs:
2424
bundler-cache: true
2525
ruby-version: ${{ matrix.ruby }}
2626

27+
- if: startsWith(matrix.ruby, '2.7')
28+
run: |
29+
gem uninstall bundler -a -x || true
30+
gem install bundler -v "~> 2.4"
31+
2732
- run: bundle install
2833
- run: bundle exec rake

0 commit comments

Comments
 (0)