summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/default-no-stdio.gembox
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/default-no-stdio.gembox')
-rw-r--r--mrbgems/default-no-stdio.gembox4
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/default-no-stdio.gembox b/mrbgems/default-no-stdio.gembox
index 8efb06a73..064a57f99 100644
--- a/mrbgems/default-no-stdio.gembox
+++ b/mrbgems/default-no-stdio.gembox
@@ -1,4 +1,4 @@
MRuby::GemBox.new do |conf|
- gembox "stdlib"
- gembox "math"
+ conf.gembox "stdlib"
+ conf.gembox "math"
end