1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/psych] Bump version

https://github.com/ruby/psych/commit/1df86a2e81
This commit is contained in:
Aaron Patterson 2021-05-11 13:35:16 -07:00 committed by Hiroshi SHIBATA
parent fbb4e3f96c
commit b0e21197ce
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

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