]> source.dussan.org Git - redmine.git/commitdiff
enable Ruby 2.2 on appveyor
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 30 Nov 2015 07:14:21 +0000 (07:14 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 30 Nov 2015 07:14:21 +0000 (07:14 +0000)
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

index 9c36b3dd78860f79dea9d9cf573dcfcb7176b03c..b0ac65c5bc7d9819dbd968c37fecb3de606644d2 100644 (file)
@@ -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"