From 58c008e68f31a8056df508cc46e17c0ef69f16d5 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 9 May 2025 15:12:36 -0700 Subject: [ruby/psych] Bump version for release https://github.com/ruby/psych/commit/dbf9e36583 --- 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 0adcdae5f4..6c892fbcb4 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.4' + VERSION = '5.2.5' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze -- cgit v1.2.3