From e8a84d663f7ae76fc98920ae7e08882d129496bc Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Sat, 13 Jul 2019 20:41:56 +0900 Subject: Add `mruby-method` gem to `default.gembox` [ci skip] --- mrbgems/default.gembox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox index 23e65fcee..9859c7d52 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -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 -- cgit v1.2.3