mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add mruby-method gem to default.gembox [ci skip]
This commit is contained in:
@@ -86,6 +86,9 @@ MRuby::GemBox.new do |conf|
|
||||
# Use class/module extension
|
||||
conf.gem :core => "mruby-class-ext"
|
||||
|
||||
# Use Method/UnboundMethod class
|
||||
conf.gem :core => "mruby-method"
|
||||
|
||||
# Use mruby-compiler to build other mrbgems
|
||||
conf.gem :core => "mruby-compiler"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user