[前][次][番号順一覧][スレッド一覧]

ruby-changes:47903

From: naruse <ko1@a...>
Date: Tue, 26 Sep 2017 02:38:48 +0900 (JST)
Subject: [ruby-changes:47903] naruse:r60022 (trunk): Switch Build to use 2.4 with certs files

naruse	2017-09-26 02:38:42 +0900 (Tue, 26 Sep 2017)

  New Revision: 60022

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60022

  Log:
    Switch Build to use 2.4 with certs files
    
    patched by MSP-Greg <MSP-Greg@u...>
    fix https://github.com/ruby/ruby/pull/1702

  Modified files:
    trunk/appveyor.yml
Index: appveyor.yml
===================================================================
--- appveyor.yml	(revision 60021)
+++ appveyor.yml	(revision 60022)
@@ -3,7 +3,7 @@ shallow_clone: true https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L3
 platform:
   - x64
 environment:
-  ruby_version: "23-%Platform%"
+  ruby_version: "24-%Platform%"
   zlib_version: "1.2.11"
   matrix:
     - vs: "120"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]