[ruby/psych] v5.3.1

https://github.com/ruby/psych/commit/8345af9ffb
This commit is contained in:
Hiroshi SHIBATA 2025-12-17 13:34:12 +09:00
parent 7b5691c3b0
commit 8850807eb1
Notes: git 2025-12-17 06:48:28 +00:00

View File

@ -2,7 +2,7 @@
module Psych
# The version of Psych you are using
VERSION = '5.3.0'
VERSION = '5.3.1'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '2.10'.freeze