Skip to content

Commit

Permalink
ensure bundler is deinstalled before we install it
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Apr 29, 2016
1 parent ece035f commit 6a85a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -20,6 +20,7 @@ install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- echo %PATH%
- ruby --version
- gem uninstall bundler
- gem install bundler --quiet --no-ri --no-rdoc
- ruby --version
- gem --version
Expand Down

0 comments on commit 6a85a5d

Please sign in to comment.