From 1fc9345b4567bf65ed27d1ed7a84002b898f08d2 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 1 Jun 2020 23:00:37 +0900 Subject: Add `mruby-eval` to `default.gembox`. --- mrbgems/default.gembox | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mrbgems/default.gembox') 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 -- cgit v1.2.3