[ruby/psych] bump snakeyaml-engine to 2.10 (jruby)

https://github.com/ruby/psych/commit/506bf75ab2
This commit is contained in:
kares 2025-12-11 10:53:31 +01:00 committed by git
parent 965ae7f386
commit 4ab45e8f0c

View File

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