Skip to content

Commit f677df2

Browse files
committed
Restrict bundler to < 2
Otherwise we need to to also ensure ruby gems is > 3.
1 parent a12586b commit f677df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ before_install:
8888
- git submodule update --init
8989
- npm install -g jshint
9090
- npm install -g uglify-js
91-
- test $REINSTALL_BUNDLER && gem install bundler || true
92-
- type bundle || gem install bundler
91+
- test $REINSTALL_BUNDLER && gem install bundler -v '< 2' || true
92+
- type bundle || gem install bundler -v '< 2'
9393
- bundle config without doc
9494
- which google-chrome-stable
9595
- google-chrome-stable --version

0 commit comments

Comments
 (0)