diff --git a/mrbgems/stdlib.gembox b/mrbgems/stdlib.gembox index e10792ecb..238d06c7e 100644 --- a/mrbgems/stdlib.gembox +++ b/mrbgems/stdlib.gembox @@ -57,4 +57,7 @@ MRuby::GemBox.new do |conf| # Use class/module extension conf.gem :core => "mruby-class-ext" + + # Use catch/throw methods + conf.gem :core => "mruby-catch" end