Skip to content

Commit f14e2db

Browse files
committed
Jump to last bundler version how doesn't break on TravisCI
On bundle 1.16.3 we start seeing fail builds: - #2013 (comment) This is related to: - #2013 (comment) As mentionned this has been fixed in 1.16.4: - rubygems/bundler#6629 (comment)
1 parent 2d94bbe commit f14e2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bundler_args: "--binstubs --path ../bundle --retry=3 --jobs=3"
2424

2525
before_install:
2626
- gem update --system
27-
- gem install bundler -v 1.16.2
27+
- gem install bundler
2828
- script/clone_all_rspec_repos
2929

3030
before_script:

0 commit comments

Comments
 (0)