Skip to content

Commit

Permalink
test_all uses Bundler 1.12.*
Browse files Browse the repository at this point in the history
to prepare to use `eval_gemfile`
  • Loading branch information
flavorjones committed Jun 6, 2016
1 parent 4353bef commit 95ba49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_all
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ done

for ruby in $RUBIES ; do
rvm_use ${ruby}
if ! [[ $(bundle -v) =~ "1.10." ]] ; then
if ! [[ $(bundle -v) =~ "1.12." ]] ; then
yes | gem uninstall --force bundler
gem install bundler -v 1.10.6
gem install bundler -v 1.12.5
bundle -v
fi
bundle install --quiet --local || bundle install
Expand Down

0 comments on commit 95ba49a

Please # to comment.