ruby-changes:66223
From: Aaron <ko1@a...>
Date: Mon, 17 May 2021 11:21:08 +0900 (JST)
Subject: [ruby-changes:66223] b0e21197ce (master): [ruby/psych] Bump version
https://git.ruby-lang.org/ruby.git/commit/?id=b0e21197ce From b0e21197ceb5329f751c421510048055d3c2af57 Mon Sep 17 00:00:00 2001 From: Aaron Patterson <tenderlove@r...> Date: Tue, 11 May 2021 13:35:16 -0700 Subject: [ruby/psych] Bump version https://github.com/ruby/psych/commit/1df86a2e81 --- 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 acb2133..f7cfc96 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 = '3.3.2' + VERSION = '4.0.0' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/