diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-11-30 07:14:21 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-11-30 07:14:21 +0000 |
commit | 09cdd0649e10929e192587b5f5ce7071f07ac17c (patch) | |
tree | ef1739eb0fdf3c0052df74c0961c75fcb1a5b681 /appveyor.yml | |
parent | d54ee970c4d4f9bda7196e422526c69eba7f64c3 (diff) | |
download | redmine-09cdd0649e10929e192587b5f5ce7071f07ac17c.tar.gz redmine-09cdd0649e10929e192587b5f5ce7071f07ac17c.zip |
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
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 2 insertions, 4 deletions
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" |