Skip to content

Commit

Permalink
Revert "Workaround for bundle conflict in AppVeyor"
Browse files Browse the repository at this point in the history
This reverts commit ae8a37d.

appveyor/ci#1944 has been resolved. This PR will revert the workaround.
  • Loading branch information
koic authored and bbatsov committed Jan 24, 2018
1 parent fb0f9e3 commit 3b8fe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -5,7 +5,7 @@ version: "{build}"
install:
- set PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem update --system 2.6.14 --no-document
- gem install bundler --no-document --force
- gem install bundler --no-document
- bundle install --jobs 3 --retry 3

build: off
Expand Down

0 comments on commit 3b8fe7d

Please sign in to comment.