From 725ee6f5a4d21ae19f636a9ad9adc6c3aff798ad Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Sun, 15 Apr 2018 19:26:46 +0900 Subject: [PATCH] appveyor: Use Ruby 2.5 --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 16c33c7..1b7ac3f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,12 +6,12 @@ environment: - TARGET: x86_64-pc-windows-msvc BITS: 64 RUSTVER: 1.25.0 - ruby_version: "23-x64" + ruby_version: "25-x64" devkit: C:\Ruby23-x64\DevKit - TARGET: x86_64-pc-windows-msvc BITS: 64 RUSTVER: 1.25.0 - ruby_version: "23" + ruby_version: "25" devkit: C:\Ruby23\DevKit install: @@ -23,6 +23,7 @@ install: - cargo -V - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - "%devkit%\\devkitvars.bat" + - IF EXIST "%devkit%\\bin\\ridk.cmd" ridk.cmd enable - ruby --version - bundle install