Download Bundler manually on AppVeyor

This commit is contained in:
Yorick Peterse 2015-03-23 13:34:38 +01:00
parent 3cdcdf6daa
commit 62488e7291
1 changed files with 3 additions and 2 deletions

View File

@ -10,8 +10,9 @@ install:
- SET PATH=C:\ragel;%PATH%
- ruby --version
- gem --version
- gem install bundler --no-ri --no-rdoc --quiet
- bundle install
- appveyor DownloadFile https://rubygems.org/downloads/bundler-1.9.0.gem -FileName bundler-1.9.0.gem
- gem install bundler-1.9.0.gem --local --quiet --no-ri --no-rdoc
- bundle install --retry 3
build: off