Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 43a6cb6

Browse files
committed
Remove obsolete workaround for Bundler and use the latest one on Travis
1 parent 10c23a6 commit 43a6cb6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ cache:
88
- ../bundle
99
before_install:
1010
- "script/clone_all_rspec_repos"
11-
# Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004
12-
# Note this doesn't work on JRUBY 2.0.0 mode so we don't do it
13-
- if [ -z "$JRUBY_OPTS" ]; then gem install bundler -v=1.5.3 && alias bundle="bundle _1.5.3_"; fi
11+
- gem update bundler
1412
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
1513
script: "script/run_build"
1614
rvm:

0 commit comments

Comments
 (0)