Skip to content

Commit a47b81b

Browse files
authored
Merge pull request ruby#245 from aycabta/force-installation-bundler
Force installation Bundler
2 parents 22c1667 + 3804b94 commit a47b81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
clone_depth: 10
33
install:
44
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
5-
- gem install bundler --no-document
5+
- gem install bundler --no-document -f
66
- bundle install
77
build: off
88
test_script:

0 commit comments

Comments
 (0)