From 4ab45e8f0cdf008db89c54c14a8214b915b80ab9 Mon Sep 17 00:00:00 2001 From: kares Date: Thu, 11 Dec 2025 10:53:31 +0100 Subject: [PATCH] [ruby/psych] bump snakeyaml-engine to 2.10 (jruby) https://github.com/ruby/psych/commit/506bf75ab2 --- ext/psych/lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index 2c2319e7a3..942495db9e 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -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