Skip to content

Commit 1f5209d

Browse files
committed
CI: Downgrade to bundler < 2.4
More recent versions need Ruby >= 2.6.0.
1 parent 5907f21 commit 1f5209d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Bundle install
4242
run: |
43-
gem install bundler
43+
gem install bundler --version '< 2.4'
4444
bundle config path vendor/bundle
4545
bundle install
4646

0 commit comments

Comments
 (0)