Add mruby-method gem to default.gembox [ci skip]

This commit is contained in:
KOBAYASHI Shuji
2019-07-13 20:41:56 +09:00
parent b4cdced22f
commit e8a84d663f
+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