From 9fce6014b52852265c6b34a04a20579b6242552e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 8 Dec 2022 11:06:16 +0900 Subject: [ruby/psych] Bump version to 5.0.1 https://github.com/ruby/psych/commit/bdf20e6042 --- ext/psych/lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/psych/lib/psych/versions.rb') diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index bc39b94ed7..a592a6916c 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 = '5.0.0' + VERSION = '5.0.1' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze -- cgit v1.2.3