Lock bundler on appveyor

This commit is contained in:
Mark J. Lehman 2020-02-11 20:06:58 -08:00
parent 0a55cee14f
commit 89c90b13ea

View File

@ -16,7 +16,7 @@ install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- gem install bundler
- gem install bundler -v 1.17.3
- bundler --version
- bundle platform
- bundle install --path=vendor/bundle --retry=3 --jobs=3