From 318bb6a28a1e8973f43230e62ad6493553f13d72 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 7 Nov 2024 14:52:40 +0900 Subject: [PATCH] [ruby/psych] Bump up v5.2.0.beta6 https://github.com/ruby/psych/commit/b89064efa5 --- 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 4cacf9dfe7..833daa4019 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.beta5' + VERSION = '5.2.0.beta6' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze