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

ruby-changes:53175

From: eregon <ko1@a...>
Date: Sat, 27 Oct 2018 20:42:29 +0900 (JST)
Subject: [ruby-changes:53175] eregon:r65390 (trunk): Run specs on latest Ruby 2.3, which includes taint fixes

eregon	2018-10-27 20:42:21 +0900 (Sat, 27 Oct 2018)

  New Revision: 65390

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

  Log:
    Run specs on latest Ruby 2.3, which includes taint fixes
    
    * The 2.3 alias in RVM seems to resolve to 2.3.7.

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 65389)
+++ .travis.yml	(revision 65390)
@@ -160,7 +160,7 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L160
           LDFLAGS=-Wno-unused-command-line-argument)
     - os: linux
       language: ruby
-      rvm: 2.3
+      rvm: 2.3.8
       name: Running ruby/spec on 2.3 to ensure version guards are correctly added
       addons:
         apt:

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

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