From a9ab74d13270aa1403cb9089c407b32b8126233f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 19 Dec 2023 10:56:54 +0900 Subject: [PATCH] Bump up 5.1.2 --- lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb index ce9cdf44..b9e8d9ef 100644 --- a/lib/psych/versions.rb +++ b/lib/psych/versions.rb @@ -2,7 +2,7 @@ module Psych # The version of Psych you are using - VERSION = '5.1.1.1' + VERSION = '5.1.2' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze