From db426165809d1d4d715c7165ed6d548bc8832fd9 Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 28 Nov 2017 11:35:55 -0600 Subject: [PATCH] (POOLER-96) Setting the Rubygems version travis uses the latest bundler 1.16 which installs the newer rubygems and I think that might be why it's failing now when downgrading only bundler to version 1.12 This is a test to see if travis will pass. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 43c7eb2..b25fe46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ matrix: # https://github.com/bundler/bundler/issues/4975 # https://github.com/bundler/bundler/issues/4984 install: + - gem update --system 2.6.14 - gem install bundler --version 1.12.5 - bundle _1.12.5_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} script: