diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-11-17 17:12:43 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-11-17 17:19:49 +0900 |
| commit | 2e8ed9514feb74f4137e5835e74f256d52d6f191 (patch) | |
| tree | 514b7c73c4748f9e773c8fb873e9eebf60b5f328 /mrbgems/default.gembox | |
| parent | 8438792d27bac2a236d5eef9824d36f815c0472f (diff) | |
| download | mruby-2e8ed9514feb74f4137e5835e74f256d52d6f191.tar.gz mruby-2e8ed9514feb74f4137e5835e74f256d52d6f191.zip | |
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.
Diffstat (limited to 'mrbgems/default.gembox')
| -rw-r--r-- | mrbgems/default.gembox | 3 |
1 files changed, 0 insertions, 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 |
