From 8f6a96e6ada05b2716ee6f441fd246beb5148426 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 11 Oct 2023 15:09:39 +0900 Subject: [PATCH] [ruby/psych] Bump up v5.1.1 https://github.com/ruby/psych/commit/f306512d60 --- 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 840deadfaf..f62d8443a4 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.1.0' + VERSION = '5.1.1' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.7'.freeze