diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox index 9859c7d52..d7b627c9e 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -89,6 +89,9 @@ MRuby::GemBox.new do |conf| # Use Method/UnboundMethod class conf.gem :core => "mruby-method" + # Use eval() + conf.gem :core => "mruby-eval" + # Use mruby-compiler to build other mrbgems conf.gem :core => "mruby-compiler" end