Skip to content

Commit

Permalink
Force installation Bundler
Browse files Browse the repository at this point in the history
AppVeyor says

gem install bundler --no-document
bundler's executable "bundle" conflicts with C:/Ruby200/bin/bundle
Overwrite the executable? [yN]

and it timed out. This commit adds -f option for it.
  • Loading branch information
aycabta committed Dec 27, 2017
1 parent 22c1667 commit 3804b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
clone_depth: 10
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem install bundler --no-document
- gem install bundler --no-document -f
- bundle install
build: off
test_script:
Expand Down

0 comments on commit 3804b94

Please sign in to comment.