From a50d612a0cc50bfaa11913fdb1d5d48311ceb692 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Wed, 15 Jan 2025 16:06:02 -0600 Subject: [PATCH] [ruby/psych] Update to SnakeYAML-Engine 2.9 Fixes ruby/psych#689 https://github.com/ruby/psych/commit/ac887cdc76 --- 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 e6855b1617..aae47246e7 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -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