Skip to content

Commit 50a974a

Browse files
author
David Rodríguez
committed
Remove workaround in Appveyor's configuration
The issue is now fixed upstream, so go back to the old config.
1 parent 25dd535 commit 50a974a

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 -v 1.11.2 # pin 1.11.2 version until later versions work
18+
- gem install bundler
1919
- bundler --version
2020
- bundle install
2121
- cinst ansicon

0 commit comments

Comments
 (0)