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

ruby-changes:72524

From: nagachika <ko1@a...>
Date: Wed, 13 Jul 2022 12:32:51 +0900 (JST)
Subject: [ruby-changes:72524] 94ed94bf4e (ruby_3_1): Update bundled gem debug-1.6.0.

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

From 94ed94bf4e8407f31a9fffb0f4abf1836be0744b Mon Sep 17 00:00:00 2001
From: nagachika <nagachika@r...>
Date: Wed, 13 Jul 2022 12:32:26 +0900
Subject: Update bundled gem debug-1.6.0.

---
 gems/bundled_gems | 2 +-
 version.h         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gems/bundled_gems b/gems/bundled_gems
index 9e37598e90..d2c5c5612a 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -13,4 +13,4 @@ matrix 0.4.2 https://github.com/ruby/matrix https://github.com/ruby/ruby/blob/trunk/gems/bundled_gems#L13
 prime 0.1.2 https://github.com/ruby/prime
 rbs 2.1.0 https://github.com/ruby/rbs
 typeprof 0.21.2 https://github.com/ruby/typeprof
-debug 1.4.0 https://github.com/ruby/debug
+debug 1.6.0 https://github.com/ruby/debug
diff --git a/version.h b/version.h
index e25d52630c..ba91a13948 100644
--- a/version.h
+++ b/version.h
@@ -11,11 +11,11 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L11
 # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
 #define RUBY_VERSION_TEENY 3
 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 37
+#define RUBY_PATCHLEVEL 38
 
 #define RUBY_RELEASE_YEAR 2022
-#define RUBY_RELEASE_MONTH 6
-#define RUBY_RELEASE_DAY 20
+#define RUBY_RELEASE_MONTH 7
+#define RUBY_RELEASE_DAY 13
 
 #include "ruby/version.h"
 
-- 
cgit v1.2.1


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

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