summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-31 17:12:01 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-31 17:49:26 +0900
commit26ee0af4b34afc5f622ebcc66dcc17424ef2372e (patch)
treeaf344034a349c3facc95fe38589ddbd0101b3006 /tool
parentd912393e09da82d096cbd18a138a106637ef10b7 (diff)
Test the bundled version minitest instead of master
Minitest has the released tags now.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2801
Diffstat (limited to 'tool')
-rwxr-xr-xtool/fetch-bundled_gems.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/fetch-bundled_gems.rb b/tool/fetch-bundled_gems.rb
index ba16d726fd..c2a1c0b700 100755
--- a/tool/fetch-bundled_gems.rb
+++ b/tool/fetch-bundled_gems.rb
@@ -10,8 +10,6 @@ BEGIN {
n, v, u = $F
case n
-when "minitest"
- v = "master"
when "test-unit"
else
v = "v" + v