From 8a771efec21c9dacad5bb8bf14b81c9d5cf2786c Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 18 Jan 2023 13:46:39 +0900 Subject: [ruby/psych] Bump up 5.0.2 https://github.com/ruby/psych/commit/a170b8eb46 --- 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 9c563af0f2..22b909430c 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.2.pre1' + VERSION = '5.0.2' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze -- cgit v1.2.3