Add mruby-io and mruby-pack to default.gembox

This commit is contained in:
Yukihiro "Matz" Matsumoto
2018-02-10 16:58:59 +09:00
parent 4c1494d58f
commit 4f31bcbc84
+6
View File
@@ -1,4 +1,10 @@
MRuby::GemBox.new do |conf|
# Use standard IO/File class
conf.gem :core => "mruby-io"
# Use standard Array#pack, String#unpack methods
conf.gem :core => "mruby-pack"
# Use standard Kernel#sprintf method
conf.gem :core => "mruby-sprintf"