ruby-changes:70353
From: Hiroshi <ko1@a...>
Date: Mon, 20 Dec 2021 18:26:03 +0900 (JST)
Subject: [ruby-changes:70353] 706c7a27fa (master): [ruby/psych] Bump version to 4.0.3
https://git.ruby-lang.org/ruby.git/commit/?id=706c7a27fa From 706c7a27fa00f72ec4f5d2f3af8151ebbc2743f2 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Mon, 20 Dec 2021 18:22:41 +0900 Subject: [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 0519d9c8abc..3cfd59e7516 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/lib/psych/versions.rb#L2 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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/