diff --git a/mrbgems/stdlib-io.gembox b/mrbgems/stdlib-io.gembox index 0a9f6386f..384492167 100644 --- a/mrbgems/stdlib-io.gembox +++ b/mrbgems/stdlib-io.gembox @@ -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