[ruby/psych] Bump up v5.2.0.beta3

https://github.com/ruby/psych/commit/d9e18aaab7
This commit is contained in:
Hiroshi SHIBATA 2024-11-07 13:50:18 +09:00 committed by git
parent 0795ed621c
commit 33a80fc0cd

View File

@ -2,7 +2,7 @@
module Psych
# The version of Psych you are using
VERSION = '5.2.0.beta2'
VERSION = '5.2.0.beta3'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze