summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2017-11-22 10:23:55 -0500
committerScott Hain <shain@chef.io>2017-12-11 14:48:50 -0800
commitc91e2791c90b838f05e634ecefe59aae2554aa01 (patch)
tree5455db7c893e636925f7f7eeec0985e6c04de272
parent04075f3b4bfa79c906559e349ae5bbd95d8d38ac (diff)
downloadchef-c91e2791c90b838f05e634ecefe59aae2554aa01.tar.gz
Don't try to uninstall bundler on appveyor
As of Rubygems 2.7 bundler is a default gem and cannot be uninstalled. Appveyor recently (11/19) changed and now has bundler as a default gem. We'll stop stop trying to force a bundler version and track what Ruby gives us. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
-rw-r--r--appveyor.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 563dde4add..7517480679 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -28,10 +28,7 @@ install:
- echo %OMNIBUS_BUNDLER%
- ruby --version
- gem --version
- - bundler --version
- - gem uninstall bundler -a -x
- gem update --system %OMNIBUS_RUBYGEMS% || gem update --system %OMNIBUS_RUBYGEMS% || gem update --system %OMNIBUS_RUBYGEMS%
- - gem install bundler -v %OMNIBUS_BUNDLER% --quiet --no-ri --no-rdoc || gem install bundler -v %OMNIBUS_BUNDLER% --quiet --no-ri --no-rdoc || gem install bundler -v %OMNIBUS_BUNDLER% --quiet --no-ri --no-rdoc
- gem --version
- bundler --version
- SET BUNDLE_IGNORE_CONFIG=true