ruby-changes:59573
From: Nobuyoshi <ko1@a...>
Date: Tue, 31 Dec 2019 22:09:21 +0900 (JST)
Subject: [ruby-changes:59573] 26ee0af4b3 (master): Test the bundled version minitest instead of master
https://git.ruby-lang.org/ruby.git/commit/?id=26ee0af4b3 From 26ee0af4b34afc5f622ebcc66dcc17424ef2372e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 31 Dec 2019 17:12:01 +0900 Subject: Test the bundled version minitest instead of master Minitest has the released tags now. diff --git a/tool/fetch-bundled_gems.rb b/tool/fetch-bundled_gems.rb index ba16d72..c2a1c0b 100755 --- a/tool/fetch-bundled_gems.rb +++ b/tool/fetch-bundled_gems.rb @@ -10,8 +10,6 @@ BEGIN { https://github.com/ruby/ruby/blob/trunk/tool/fetch-bundled_gems.rb#L10 n, v, u = $F case n -when "minitest" - v = "master" when "test-unit" else v = "v" + v -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/