Skip to content

Commit 0279ce5

Browse files
committed
Merge pull request #154 from deivid-rodriguez/remove_appveyor_workaround
Remove workaround in Appveyor's configuration
2 parents 07b3300 + 50a974a commit 0279ce5

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)