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

ruby-changes:66128

From: Aaron <ko1@a...>
Date: Mon, 10 May 2021 19:20:03 +0900 (JST)
Subject: [ruby-changes:66128] b7250026dd (master): [ruby/psych] bump version

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

From b7250026dd03de457cf7d36b6918e540ca2ca1c8 Mon Sep 17 00:00:00 2001
From: Aaron Patterson <tenderlove@r...>
Date: Wed, 24 Feb 2021 09:29:49 -0800
Subject: [ruby/psych] bump version

https://github.com/ruby/psych/commit/091cd46b1f
---
 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 5c0e55b..b0ec018 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
 # frozen_string_literal: true
 module Psych
   # The version of Psych you are using
-  VERSION = '3.3.0'
+  VERSION = '3.3.1'
 
   if RUBY_ENGINE == 'jruby'
     DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze
-- 
cgit v1.1


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

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