summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-11-04 07:41:56 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-11-04 07:41:56 -0800
commit38524b661688be1c3e7b8991e8fdb55b17f60adc (patch)
tree64c31a3566c35283042909a02c0572cfc9aa5640
parent474dedbd2f47f79c8fcc24a2cb02f82fc234d6dd (diff)
parentd71e607bebfaad5bece8bc8bba035d41b69d4e9d (diff)
downloadchef-38524b661688be1c3e7b8991e8fdb55b17f60adc.tar.gz
Merge pull request #4134 from chef/lcg/follow-bundler
update bundler continuously
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
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: