[ruby/psych] Bump up 5.0.2.pre1 for testing

https://github.com/ruby/psych/commit/67ec299c68
This commit is contained in:
Hiroshi SHIBATA 2023-01-17 17:27:20 +09:00 committed by git
parent dd510da89a
commit 492d37fbbd

View File

@ -2,7 +2,7 @@
module Psych
# The version of Psych you are using
VERSION = '5.0.1'
VERSION = '5.0.2.pre1'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze