From c457f7211739eeeb4e9f4e714e27471e80da8ca5 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 7 Nov 2024 15:04:44 +0900 Subject: [PATCH] [ruby/psych] Bump up v5.2.0.beta7 https://github.com/ruby/psych/commit/6609955e68 --- 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 833daa4019..2d0417b419 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.0.beta6' + VERSION = '5.2.0.beta7' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze