stdlib.gembox: add mruby-catch to the gembox

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-05-15 08:00:36 +09:00
parent b952ca30cd
commit fa19d7d3b5
+3
View File
@@ -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