[前][次][番号順一覧][スレッド一覧]

ruby-changes:71862

From: MSP-Greg <ko1@a...>
Date: Wed, 18 May 2022 10:04:04 +0900 (JST)
Subject: [ruby-changes:71862] 3ec066334c (master): [ruby/psych] [CI] Add/update 'rake install', update Psych version for Ruby 3.1 gem install

https://git.ruby-lang.org/ruby.git/commit/?id=3ec066334c

From 3ec066334ce60d7695051c8c40df73343860ec35 Mon Sep 17 00:00:00 2001
From: MSP-Greg <Greg.mpls@g...>
Date: Tue, 29 Mar 2022 10:10:01 -0500
Subject: [ruby/psych] [CI] Add/update 'rake install', update Psych version for
 Ruby 3.1 gem install

https://github.com/ruby/psych/commit/2fa5e190b5
---
 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 3cfd59e751..0a8632eefb 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.3'
+  VERSION = '4.0.4.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/

[前][次][番号順一覧][スレッド一覧]