From bc96a45f12503956e323e6c2a47aa550ca1da3dc Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Fri, 1 Oct 2021 03:13:00 +0900 Subject: introduce debug.gem For the `test-bundled-gems`, make `debug.so` with extconf.rb and `make` command directly because `rake-compiler` assume ruby is installed (but `test-bundled-gems` can run without installation). --- gems/bundled_gems | 1 + 1 file changed, 1 insertion(+) (limited to 'gems') diff --git a/gems/bundled_gems b/gems/bundled_gems index c6a4c77d14..275309de5a 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -13,3 +13,4 @@ matrix 0.4.2 https://github.com/ruby/matrix prime 0.1.2 https://github.com/ruby/prime rbs 1.6.2 https://github.com/ruby/rbs typeprof 0.15.3 https://github.com/ruby/typeprof +debug 1.2.2 https://github.com/ruby/debug -- cgit v1.2.3