summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/full-core.gembox
diff options
context:
space:
mode:
authormimaki <[email protected]>2014-11-18 23:33:32 +0900
committermimaki <[email protected]>2014-11-18 23:33:32 +0900
commite5bacc03f20c3be5006f0283200b48a15ff699b7 (patch)
tree90ad5e37d5312cd2c4cb5fd2f9acf0ca2e6d5f39 /mrbgems/full-core.gembox
parent4c7e812bc06ab5ed4d9220397998de9728ee2d7e (diff)
downloadmruby-e5bacc03f20c3be5006f0283200b48a15ff699b7.tar.gz
mruby-e5bacc03f20c3be5006f0283200b48a15ff699b7.zip
Add mruby debugger (mrdb)
Diffstat (limited to 'mrbgems/full-core.gembox')
-rw-r--r--mrbgems/full-core.gembox2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/full-core.gembox b/mrbgems/full-core.gembox
index 4dbb13e92..d1ff5f414 100644
--- a/mrbgems/full-core.gembox
+++ b/mrbgems/full-core.gembox
@@ -4,6 +4,6 @@ MRuby::GemBox.new do |conf|
Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x|
g = File.basename File.dirname x
- conf.gem :core => g unless g =~ /^mruby-(print|sprintf)$/
+ conf.gem :core => g unless g =~ /^mruby-(print|sprintf|bin-debugger)$/
end
end