Skip to content

Commit 25dd535

Browse files
committed
Merge pull request #153 from deivid-rodriguez/pin_bundler_version_in_appveyor
Force bundler 1.11.2 to be used in Appveyor
2 parents 60a4d5d + 5087702 commit 25dd535

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)