From 1fa0cc53444aa0a72e8cd852648a7fd5bec87022 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 9 Apr 2018 12:54:53 +0200 Subject: [PATCH] Travis: gem install bundler before updating RubyGe,s - this is to avoid a LoadError: cannot load such file -- bundler/dep_proxy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 91a527aefa..6e6f092d4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ cache: bundler: true bundler_args: --without development before_install: + - gem install bundler - gem update --system - - gem update bundler script: - bundle exec rake - bundle exec rubocop