[ruby/psych] Update to SnakeYAML-Engine 2.9

Fixes ruby/psych#689

https://github.com/ruby/psych/commit/ac887cdc76
This commit is contained in:
Charles Oliver Nutter 2025-01-15 16:06:02 -06:00 committed by git
parent 67744879a1
commit a50d612a0c

View File

@ -5,6 +5,6 @@ module Psych
VERSION = '5.2.2'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze
DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze
end
end