Skip to content

Commit 9fe5699

Browse files
committed
Explicitly install Bundler on Windows builds
This appears to be necessary as otherwise we get: can't find gem bundler (>= 0.a) with executable bundler (Gem::GemNotFoundException)
1 parent a0c97cd commit 9fe5699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ install:
3838
- gem --version
3939
- where gem
4040

41-
# Print version and location for pre-installed bundler
42-
- bundler --version
41+
# Install latest Bundler to work around version issues
42+
- gem install bundler
4343
- where bundler
4444

4545
# Install ruby dependencies

0 commit comments

Comments
 (0)