From fa19d7d3b54ef6b2a917c719137b5cdb5191b64c Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 15 May 2025 08:00:36 +0900 Subject: [PATCH] stdlib.gembox: add mruby-catch to the gembox --- mrbgems/stdlib.gembox | 3 +++ 1 file changed, 3 insertions(+) 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