From d71e607bebfaad5bece8bc8bba035d41b69d4e9d Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 3 Nov 2015 17:18:57 -0800 Subject: use older bundler+rubygems for now --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9f253df6c4..4b1f4d06fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,11 @@ cache: bundler sudo: false # Early warning system to catch if Rubygems breaks something before_install: - gem update --system + # the new 2.5.0 rubygems is busted with 1.7.6 bundler, the + # new 1.10.6 bundler is busted with our rake tasks. the + # 2.4.5 rubygems with 1.7.6 bundler in travis currently works. + # see https://github.com/bundler/bundler/issues/3982 +# gem update --system branches: only: -- cgit v1.2.1