mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user