Skip to content

Commit 5087702

Browse files
author
David Rodríguez
committed
Force bundler 1.11.2 to be used in Appveyor
Version 1.12.0 does not seem to be working properly.
1 parent 60a4d5d commit 5087702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
1616
- ruby --version
1717
- gem --version
18-
- gem install bundler
18+
- gem install bundler -v 1.11.2 # pin 1.11.2 version until later versions work
1919
- bundler --version
2020
- bundle install
2121
- cinst ansicon

0 commit comments

Comments
 (0)