diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-11-06 18:48:36 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-11-06 19:03:04 +0900 |
commit | 00e5abae3ffce61970118809b7f7ff5fb1294d7a (patch) | |
tree | 181238a1856459a4d1898f1f7f17982a46cf64d7 /lib/yaml.rb | |
parent | 85576b0cab7d75a778679e30e31d9fdee5b65905 (diff) |
[ruby/yaml] Bump up 0.3.0
https://github.com/ruby/yaml/commit/f83b0404d5
Diffstat (limited to 'lib/yaml.rb')
-rw-r--r-- | lib/yaml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yaml.rb b/lib/yaml.rb index 3b2a80f1df..b2669899dd 100644 --- a/lib/yaml.rb +++ b/lib/yaml.rb @@ -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 |