summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/default.gembox
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-07-13 20:41:56 +0900
committerKOBAYASHI Shuji <[email protected]>2019-07-13 20:42:32 +0900
commite8a84d663f7ae76fc98920ae7e08882d129496bc (patch)
tree2962bc0c5ba2b6e930c2ebc089808da01992a1f9 /mrbgems/default.gembox
parentb4cdced22fe1f25d8cf6fc499a2e2c9875f17e9e (diff)
downloadmruby-e8a84d663f7ae76fc98920ae7e08882d129496bc.tar.gz
mruby-e8a84d663f7ae76fc98920ae7e08882d129496bc.zip
Add `mruby-method` gem to `default.gembox` [ci skip]
Diffstat (limited to 'mrbgems/default.gembox')
-rw-r--r--mrbgems/default.gembox3
1 files changed, 3 insertions, 0 deletions
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