From f14e2db7eac2dba5c3266900c31a4ef4b198893c Mon Sep 17 00:00:00 2001 From: Benoit Tigeot Date: Wed, 19 Sep 2018 08:49:49 +0200 Subject: [PATCH] Jump to last bundler version how doesn't break on TravisCI On bundle 1.16.3 we start seeing fail builds: - https://github.com/rspec/rspec-rails/pull/2013#issuecomment-406566941 This is related to: - https://github.com/rspec/rspec-rails/pull/2013#issuecomment-406567191 As mentionned this has been fixed in 1.16.4: - https://github.com/bundler/bundler/issues/6629#issuecomment-422576906 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 76b13c0c6c..bd74040e5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ bundler_args: "--binstubs --path ../bundle --retry=3 --jobs=3" before_install: - gem update --system - - gem install bundler -v 1.16.2 + - gem install bundler - script/clone_all_rspec_repos before_script: