From d46bbb72ac72c4f3e9b87d68553d4389cc8acd33 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 20 Dec 2022 18:49:29 +0900 Subject: [PATCH] mrbgems/stdlib-io.gembox: add mruby-dir gem --- mrbgems/stdlib-io.gembox | 3 +++ 1 file changed, 3 insertions(+) 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