From 706c7a27fa00f72ec4f5d2f3af8151ebbc2743f2 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 20 Dec 2021 18:22:41 +0900 Subject: [PATCH] [ruby/psych] Bump version to 4.0.3 https://github.com/ruby/psych/commit/75ab76e788 --- 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 0519d9c8ab..3cfd59e751 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.2' + VERSION = '4.0.3' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze