Skip to content

Commit 95ba49a

Browse files
committed
test_all uses Bundler 1.12.*
to prepare to use `eval_gemfile`
1 parent 4353bef commit 95ba49a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_all

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ done
6767

6868
for ruby in $RUBIES ; do
6969
rvm_use ${ruby}
70-
if ! [[ $(bundle -v) =~ "1.10." ]] ; then
70+
if ! [[ $(bundle -v) =~ "1.12." ]] ; then
7171
yes | gem uninstall --force bundler
72-
gem install bundler -v 1.10.6
72+
gem install bundler -v 1.12.5
7373
bundle -v
7474
fi
7575
bundle install --quiet --local || bundle install

0 commit comments

Comments
 (0)