diff options
author | danielsdeleo <dan@getchef.com> | 2015-05-19 12:18:41 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2015-05-19 12:18:41 -0700 |
commit | 39a6fa849d6ec352bb29bd919012ea86d6a4a3a2 (patch) | |
tree | 509c91d871bbc790e1eae47ea03eb3d9efccd2dc | |
parent | 0d567306cdb69c467bfbbb7d97e0ce84639ee711 (diff) | |
download | chef-integration-tests-fix-ipv6.tar.gz |
Update appveyor to newest rubygemsintegration-tests-fix-ipv6
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5ba6d30b81..7a15a09e4c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,6 +21,7 @@ install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - echo %PATH% - ruby --version + - gem update --system - gem --version - gem install bundler --quiet --no-ri --no-rdoc - bundler --version |