From 957473d87fc7741c8d36caed8f05db80f4824bca Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 12 May 2025 09:21:27 -0700 Subject: [PATCH] [ruby/psych] Bump version for release https://github.com/ruby/psych/commit/b9dec9f811 --- 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 6c892fbcb4..3202b10296 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -2,7 +2,7 @@ module Psych # The version of Psych you are using - VERSION = '5.2.5' + VERSION = '5.2.6' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze