Skip to content

Commit 7182b75

Browse files
sthulbjfuss
authored andcommitted
chore: Pin appveyor bundler version to 1.17.3 (#66)
1 parent cafa4c3 commit 7182b75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ install:
2020
- "%PYTHON%\\python.exe -m pip install -r requirements/dev.txt"
2121
- "%PYTHON%\\python.exe -m pip install -e ."
2222
- "set PATH=C:\\Ruby25-x64\\bin;%PATH%"
23-
- "gem install bundler --no-ri --no-rdoc"
23+
- "gem --version"
24+
- "gem install bundler -v 1.17.3 --no-ri --no-rdoc"
2425
- "bundler --version"
2526

2627
test_script:

0 commit comments

Comments
 (0)