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

[ruby/psych] Bump up psych version to 4.0.2

https://github.com/ruby/psych/commit/69a713f860
This commit is contained in:
Hiroshi SHIBATA 2021-10-21 13:48:51 +09:00 committed by git
parent 4d4bdcf368
commit 5823168706

View file

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