Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 9511f21

Browse files
author
David Rodríguez
committed
Fix appveyor build
1 parent 660f1e0 commit 9511f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

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

0 commit comments

Comments
 (0)