ruby-changes:71861
From: Hiroshi <ko1@a...>
Date: Wed, 18 May 2022 10:04:04 +0900 (JST)
Subject: [ruby-changes:71861] 6b6d7df39d (master): [ruby/psych] Prepare to develop 5.0.0
https://git.ruby-lang.org/ruby.git/commit/?id=6b6d7df39d From 6b6d7df39db2447dd675b2558aab69d351f2ff56 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Mon, 16 May 2022 19:42:54 +0900 Subject: [ruby/psych] Prepare to develop 5.0.0 https://github.com/ruby/psych/commit/c3b5183f42 --- 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 0a8632eefb..0fdead154c 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.4.dev' + VERSION = '5.0.0.dev' 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/