From 1574b9045144a3d7eec633e2c9daf3577896d0f7 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Fri, 17 Jan 2025 09:15:19 -0600 Subject: [PATCH] [ruby/psych] Bump version for release https://github.com/ruby/psych/commit/2af9f6ac02 --- 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 aae47246e7..d91563c861 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.2' + VERSION = '5.2.3' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze