Skip to content

Commit 2264ab9

Browse files
committed
Update bundler to last in 1.15.x
1 parent dbb0ec4 commit 2264ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ bundler_args: "--binstubs --path ../bundle --retry=3 --jobs=3"
2525
before_install:
2626
- script/clone_all_rspec_repos
2727
# Note this doesn't work on JRUBY 2.0.0 mode so we don't do it, the excluded versions are broken on Ruby 2.3
28-
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "1.11.2"; fi
29-
- alias bundle="bundle _1.11.2_"
28+
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "1.15.4"; fi
29+
- alias bundle="bundle _1.15.4_"
3030

3131
before_script:
3232
# Rails 4.x complains with a bundler rails binstub in PROJECT_ROOT/bin/

0 commit comments

Comments
 (0)