Skip to content

Commit 239ac7f

Browse files
committed
update appveyor allowed bundler versions
1 parent 8955f23 commit 239ac7f

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.12.0, != 1.12.1, != 1.12.2, != 1.12.3"
1919
- bundler --version
2020
- bundle install
2121
- cinst ansicon

0 commit comments

Comments
 (0)