From 2e8ed9514feb74f4137e5835e74f256d52d6f191 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 17 Nov 2016 17:12:43 +0900 Subject: Removed mruby-inline-struct gem from default.gembox; ref #3251 bundled testing gems do not need to be included in default.gembox. all gems under mrbgems are linked automatically in the test process. --- mrbgems/default.gembox | 3 --- 1 file changed, 3 deletions(-) diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox index e3bd114f3..dab7230aa 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -74,9 +74,6 @@ MRuby::GemBox.new do |conf| # Use class/module extension conf.gem :core => "mruby-class-ext" - # Use inline struct - conf.gem :core => "mruby-inline-struct" - # Use mruby-compiler to build other mrbgems conf.gem :core => "mruby-compiler" end -- cgit v1.2.3