From 07129c76d9bfa579142980c6c0e78096abd86d25 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 4 Jun 2020 10:47:03 +0900 Subject: Add `mruby-complex` and `mruby-rational` to `default.gembox`. --- mrbgems/default.gembox | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox index d7b627c9e..de1e9a573 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -71,6 +71,10 @@ MRuby::GemBox.new do |conf| # Use toplevel object (main) methods extension conf.gem :core => "mruby-toplevel-ext" + # Use Rational/Complex numbers + conf.gem :core => "mruby-rational" + conf.gem :core => "mruby-complex" + # Generate mirb command conf.gem :core => "mruby-bin-mirb" -- cgit v1.2.3