diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-02-26 17:35:48 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-02-26 17:35:48 -0800 |
commit | 38f40f2c1d5e67d3af2dcdd4948fc5858dcd0ee2 (patch) | |
tree | 35948b4588ceb87061eeb54c2597cc0aeb4929d7 /appveyor.yml | |
parent | d1ac3f3d79d0395b108223228a930cfd49627f65 (diff) | |
download | chef-38f40f2c1d5e67d3af2dcdd4948fc5858dcd0ee2.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>
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
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 |