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.
bundler < 2.4
1 parent 5907f21 commit 1f5209dCopy full SHA for 1f5209d
.github/workflows/tests.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Bundle install
42
run: |
43
- gem install bundler
+ gem install bundler --version '< 2.4'
44
bundle config path vendor/bundle
45
bundle install
46
0 commit comments