From e8e28eacc72f4648ca1bd75f4d6d7ea51b76df3f Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sun, 10 Jan 2021 20:29:49 +0900 Subject: Revert "Revert "Simplify full-core.gembox"" This reverts commit 37d795dec7b495d418dc2f9020cf980c158ba9ed. This reapplies e20d652 (#4202), which is reverted, but its issue was solved by 1d8456f. --- mrbgems/full-core.gembox | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mrbgems/full-core.gembox b/mrbgems/full-core.gembox index 9a5b7081b..e0d008f06 100644 --- a/mrbgems/full-core.gembox +++ b/mrbgems/full-core.gembox @@ -1,9 +1,6 @@ MRuby::GemBox.new do |conf| - conf.gem :core => "mruby-sprintf" - conf.gem :core => "mruby-print" - Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x| g = File.basename File.dirname x - conf.gem :core => g unless g =~ /^mruby-(print|sprintf|bin-debugger|test)$/ + conf.gem :core => g unless g =~ /^mruby-(?:bin-debugger|test)$/ end end -- cgit v1.2.3