From d09058cdaad51d32a9a839a4ed893e2c1aeba2e4 Mon Sep 17 00:00:00 2001 From: Thom May Date: Tue, 21 Nov 2017 10:06:43 +0000 Subject: Fix appveyor by no longer dancing around bundler also remove ruby 2.3 since we don't use it with 13 Signed-off-by: Thom May --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7728c8ad..77b0710e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,6 @@ platform: environment: matrix: - - ruby_version: "23" - ruby_version: "24" clone_folder: c:\projects\ohai @@ -21,8 +20,6 @@ install: - echo %PATH% - ruby --version - gem --version - - gem uninstall bundler -a -x -I - - gem install bundler --quiet --no-ri --no-rdoc - bundler --version build_script: -- cgit v1.2.1