From 09cdd0649e10929e192587b5f5ce7071f07ac17c Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 30 Nov 2015 07:14:21 +0000 Subject: enable Ruby 2.2 on appveyor Nokogiri 1.6.7 has released. https://github.com/sparklemotion/nokogiri/issues/1256#issuecomment-160514102 git-svn-id: http://svn.redmine.org/redmine/trunk@14904 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 9c36b3dd7..b0ac65c5b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,5 @@ environment: - ruby_version: "200-x64" - ruby_version: "21" - ruby_version: "21-x64" - # Nokogori does not work on Windows Ruby 2.2 - # https://github.com/sparklemotion/nokogiri/issues/1256 - # - ruby_version: "22" - # - ruby_version: "22-x64" + - ruby_version: "22" + - ruby_version: "22-x64" -- cgit v1.2.3