[ruby/psych] Bump version for release

https://github.com/ruby/psych/commit/b9dec9f811
This commit is contained in:
Aaron Patterson 2025-05-12 09:21:27 -07:00 committed by git
parent 0c94ae048a
commit 957473d87f

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.5' VERSION = '5.2.6'
if RUBY_ENGINE == 'jruby' if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze DEFAULT_SNAKEYAML_VERSION = '2.9'.freeze