[ruby/yaml] Bump up 0.3.0

https://github.com/ruby/yaml/commit/f83b0404d5
This commit is contained in:
Hiroshi SHIBATA 2023-11-06 18:48:36 +09:00
parent 85576b0cab
commit 00e5abae3f
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

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.2.1"
LOADER_VERSION = "0.3.0"
end