[ruby/yaml] Bump up v0.4.0

https://github.com/ruby/yaml/commit/5e9bfff132
This commit is contained in:
Hiroshi SHIBATA 2024-11-06 16:32:42 +09:00 committed by git
parent 6e4fcddc7f
commit a3a0c675c1

View File

@ -66,5 +66,5 @@ YAML = Psych # :nodoc:
#
# Syck can also be found on github: https://github.com/ruby/syck
module YAML
LOADER_VERSION = "0.3.0"
LOADER_VERSION = "0.4.0"
end