diff options
Diffstat (limited to 'mrbgems/full-core.gembox')
| -rw-r--r-- | mrbgems/full-core.gembox | 2 |
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 |
