Removed mruby-inline-struct gem from default.gembox; ref #3251

bundled testing gems do not need to be included in default.gembox.
all gems under mrbgems are linked automatically in the test process.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2016-11-17 17:12:43 +09:00
parent 8438792d27
commit 2e8ed9514f
-3
View File
@@ -74,9 +74,6 @@ MRuby::GemBox.new do |conf|
# Use class/module extension
conf.gem :core => "mruby-class-ext"
# Use inline struct
conf.gem :core => "mruby-inline-struct"
# Use mruby-compiler to build other mrbgems
conf.gem :core => "mruby-compiler"
end