mrbgems/stdlib-io.gembox: add mruby-dir gem

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-12-20 18:49:29 +09:00
parent 277341f694
commit d46bbb72ac
+3
View File
@@ -12,4 +12,7 @@ MRuby::GemBox.new do |conf|
# Use errno extension for a good mruby-io/mruby-socket experience
conf.gem :core => "mruby-errno"
# Use Dir class
conf.gem :core => "mruby-dir"
end