From 89c90b13ea9700c44593b0d927c2be3124e3536a Mon Sep 17 00:00:00 2001 From: "Mark J. Lehman" Date: Tue, 11 Feb 2020 20:06:58 -0800 Subject: [PATCH] Lock bundler on appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a3326f8d..784d0e35 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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