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

ruby-changes:63379

From: Yusuke <ko1@a...>
Date: Tue, 20 Oct 2020 13:03:27 +0900 (JST)
Subject: [ruby-changes:63379] c05e41035c (master): Bundle typeprof gem as bundled gems

https://git.ruby-lang.org/ruby.git/commit/?id=c05e41035c

From c05e41035c01ab38bdb279601a08e17921bcdc8e Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Fri, 9 Oct 2020 10:16:59 +0900
Subject: Bundle typeprof gem as bundled gems


diff --git a/common.mk b/common.mk
index e3bf8f9..10910d1 100644
--- a/common.mk
+++ b/common.mk
@@ -1350,7 +1350,7 @@ test-bundled-gems-prepare: $(TEST_RUNNABLE)-test-bundled-gems-prepare https://github.com/ruby/ruby/blob/trunk/common.mk#L1350
 no-test-bundled-gems-prepare: no-test-bundled-gems-precheck
 yes-test-bundled-gems-prepare: yes-test-bundled-gems-precheck
 	$(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
-		--install-dir .bundle --conservative "bundler" "minitest:~> 5" "test-unit" "rake" "hoe" "yard" "pry" "packnga" "rexml" "json-schema"
+		--install-dir .bundle --conservative "bundler" "minitest:~> 5" "test-unit" "rake" "hoe" "yard" "pry" "packnga" "rexml" "json-schema" "rbs"
 
 PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare
 test-bundled-gems: $(TEST_RUNNABLE)-test-bundled-gems
diff --git a/gems/bundled_gems b/gems/bundled_gems
index 486b11c..87f046e 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -6,3 +6,4 @@ test-unit 3.3.6 https://github.com/test-unit/test-unit 3.3.6 https://github.com/ruby/ruby/blob/trunk/gems/bundled_gems#L6
 rexml 3.2.4 https://github.com/ruby/rexml
 rss 0.2.9 https://github.com/ruby/rss 0.2.9
 rbs 0.13.1 https://github.com/ruby/rbs
+typeprof 0.2.0 https://github.com/ruby/typeprof
-- 
cgit v0.10.2


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

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