summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/default.gembox
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-05-20 17:54:07 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2013-05-20 17:54:07 +0900
commit5c0b9b703c9d1a08d7219b057b809bda4bc89f8a (patch)
treeab610a2988ef928c02bfc50e31aedc5a707f008e /mrbgems/default.gembox
parent35ee85164dd19143d4b47a34f13ad2bb71fed369 (diff)
downloadmruby-5c0b9b703c9d1a08d7219b057b809bda4bc89f8a.tar.gz
mruby-5c0b9b703c9d1a08d7219b057b809bda4bc89f8a.zip
primary mruby fiber implementation
Diffstat (limited to 'mrbgems/default.gembox')
-rw-r--r--mrbgems/default.gembox3
1 files changed, 3 insertions, 0 deletions
diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox
index a53b07d8a..1c6732d48 100644
--- a/mrbgems/default.gembox
+++ b/mrbgems/default.gembox
@@ -44,6 +44,9 @@ MRuby::GemBox.new do |conf|
# Use ObjectSpace class
conf.gem :core => "mruby-objectspace"
+ # Use Fiber class
+ conf.gem :core => "mruby-fiber"
+
# Generate mirb command
conf.gem :core => "mruby-bin-mirb"