Skip to content

Commit 28fa2bf

Browse files
committed
Force install Bundler on Windows
Prevent build from hanging due to a confirm yes/no prompt.
1 parent 9fe5699 commit 28fa2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install:
3939
- where gem
4040

4141
# Install latest Bundler to work around version issues
42-
- gem install bundler
42+
- gem install bundler --force
4343
- where bundler
4444

4545
# Install ruby dependencies

0 commit comments

Comments
 (0)