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

https://github.com/ruby/psych/commit/b89064efa5
This commit is contained in:
Hiroshi SHIBATA 2024-11-07 14:52:40 +09:00
parent 6e002609aa
commit 318bb6a28a

View File

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