[ruby/psych] Bump up 5.2.0.beta1

https://github.com/ruby/psych/commit/a8b73bb80e
This commit is contained in:
Hiroshi SHIBATA 2024-09-09 15:46:29 +09:00 коммит произвёл git
Родитель 74872109be
Коммит 2d4fdafa64
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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