Skip to content

Commit 576071c

Browse files
committed
Upgrade bundler to a version that supports :ruby_22 platform.
1 parent bbd9fa5 commit 576071c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

travis/.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ cache:
55
- ../bundle
66
before_install:
77
- "script/clone_all_rspec_repos"
8-
# Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004
98
# Note this doesn't work on JRUBY 2.0.0 mode so we don't do it
10-
- if [ -z "$JRUBY_OPTS" ]; then gem install bundler -v=1.5.3 && alias bundle="bundle _1.5.3_"; fi
9+
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler; fi
1110
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
1211
script: "script/run_build"
1312
rvm:

0 commit comments

Comments
 (0)