summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-02-26 17:35:48 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-02-26 17:35:48 -0800
commit38f40f2c1d5e67d3af2dcdd4948fc5858dcd0ee2 (patch)
tree35948b4588ceb87061eeb54c2597cc0aeb4929d7
parentd1ac3f3d79d0395b108223228a930cfd49627f65 (diff)
downloadchef-lcg/appveyor-uninstall-bundler.tar.gz
uninstall bundler firstlcg/appveyor-uninstall-bundler
so we can roll back when we need to looks like we need to Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e3bf174e01..7b3780896c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,6 +24,7 @@ install:
- ps: $env:BUNDLER_VERSION=$(findstr bundler omnibus_overrides.rb | %{ $_.split(" ")[3] })
- echo %PATH%
- ruby --version
+ - gem uninstall bundler -a -x
- gem update --system %RUBYGEMS_VERSION% || gem update --system %RUBYGEMS_VERSION% || gem update --system %RUBYGEMS_VERSION%
- gem install bundler -v %BUNDLER_VERSION% --quiet --no-ri --no-rdoc || gem install bundler -v %BUNDLER_VERSION% --quiet --no-ri --no-rdoc || gem install bundler -v %BUNDLER_VERSION% --quiet --no-ri --no-rdoc
- gem --version