From 3edbf6cfc5dba4da62ac23af5f0ebbbd61c8451a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 18 Dec 2024 10:13:23 +0900 Subject: [ruby/psych] Bump up v5.2.2 https://github.com/ruby/psych/commit/746e1ad24d --- 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 abaa241de5..e6855b1617 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.1' + VERSION = '5.2.2' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze -- cgit v1.2.3