Merge pull request #4574 from shuujii/add-mruby-method-gem-to-default.gembox

Add `mruby-method` gem to `default.gembox` [ci skip]
This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-07-13 21:11:45 +09:00
committed by GitHub
+3
View File
@@ -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