From 85b94144f2a05771f05d731e7ee06dd849756402 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 7 Jun 2021 12:19:26 +0900 Subject: [PATCH] [ruby/psych] Bump version to 4.0.1 https://github.com/ruby/psych/commit/4049939006 --- ext/psych/lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index f7cfc96db0..513d010903 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.0' + VERSION = '4.0.1' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze