[ruby/psych] Bump up v5.1.1

https://github.com/ruby/psych/commit/f306512d60
This commit is contained in:
Hiroshi SHIBATA 2023-10-11 15:09:39 +09:00 committed by git
parent 40ab7b8c24
commit 8f6a96e6ad

View File

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