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

ruby-changes:66129

From: Charles <ko1@a...>
Date: Mon, 10 May 2021 19:20:03 +0900 (JST)
Subject: [ruby-changes:66129] 1563de5997 (master): [ruby/psych] Update to latest SnakeYAML

https://git.ruby-lang.org/ruby.git/commit/?id=1563de5997

From 1563de599780da71a744ba504f4dea6ac0bda192 Mon Sep 17 00:00:00 2001
From: Charles Oliver Nutter <headius@h...>
Date: Tue, 23 Feb 2021 16:18:38 -0600
Subject: [ruby/psych] Update to latest SnakeYAML

Fixes jruby/jruby#6365

https://github.com/ruby/psych/commit/a88ff77f02
---
 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 488f86e..5c0e55b 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 = '3.3.0'
 
   if RUBY_ENGINE == 'jruby'
-    DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze
+    DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze
   end
 end
-- 
cgit v1.1


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

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