From 582316870639fc13e77a63c7704beacb2686da7b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 21 Oct 2021 13:48:51 +0900 Subject: [ruby/psych] Bump up psych version to 4.0.2 https://github.com/ruby/psych/commit/69a713f860 --- ext/psych/lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index 513d010903..0519d9c8ab 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -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 -- cgit v1.2.3