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

ruby-changes:73747

From: Chad <ko1@a...>
Date: Wed, 28 Sep 2022 00:11:17 +0900 (JST)
Subject: [ruby-changes:73747] 1a06bc94d9 (master): [ruby/psych] Bump snakeyaml from 1.31 to 1.33

https://git.ruby-lang.org/ruby.git/commit/?id=1a06bc94d9

From 1a06bc94d96ab4be4386b0ccd802d11380fa4e84 Mon Sep 17 00:00:00 2001
From: Chad Wilson <chadw@t...>
Date: Tue, 27 Sep 2022 22:48:16 +0800
Subject: [ruby/psych] Bump snakeyaml from 1.31 to 1.33

https://github.com/ruby/psych/commit/8a761cdfb7
---
 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 f39d30ce5a..a9585c887f 100644
--- a/ext/psych/lib/psych/versions.rb
+++ b/ext/psych/lib/psych/versions.rb
@@ -5,6 +5,6 @@ module Psych https://github.com/ruby/ruby/blob/trunk/ext/psych/lib/psych/versions.rb#L5
   VERSION = '5.0.0.dev'
 
   if RUBY_ENGINE == 'jruby'
-    DEFAULT_SNAKEYAML_VERSION = '1.31'.freeze
+    DEFAULT_SNAKEYAML_VERSION = '1.33'.freeze
   end
 end
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

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