We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5002715 commit e25cfa3Copy full SHA for e25cfa3
appveyor.yml
@@ -19,8 +19,8 @@ environment:
19
install:
20
21
- SET PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
22
- - if [%PLATFORM%] == [x64] set DEVKIT=C:\Ruby21-x64\DevKit
23
- - if [%PLATFORM%] == [Win32] set DEVKIT=C:\Ruby21\DevKit
+ - if [%PLATFORM%] == [x64] set DEVKIT=C:\Ruby23-x64\DevKit
+ - if [%PLATFORM%] == [Win32] set DEVKIT=C:\Ruby23\DevKit
24
- "%DEVKIT%\\devkitvars.bat"
25
- gem install bundler --no-rdoc --no-ri
26
- bundler env
0 commit comments