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

ruby-changes:73863

From: nagachika <ko1@a...>
Date: Wed, 5 Oct 2022 21:31:09 +0900 (JST)
Subject: [ruby-changes:73863] b9771836cb (ruby_3_1): update debug.gem commit hash to cease nightly packaging failures.

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

From b9771836cbfaff77f25bdcfd7b6c7f1fcf2053b9 Mon Sep 17 00:00:00 2001
From: nagachika <nagachika@r...>
Date: Wed, 5 Oct 2022 21:20:58 +0900
Subject: update debug.gem commit hash to cease nightly packaging failures.

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

diff --git a/gems/bundled_gems b/gems/bundled_gems
index 2817811198..0edbaa9fc1 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.6.0 https://github.com/ruby/rbs 5ec9d53efe4bf0a97f33c3016aed430be135583a
 typeprof 0.21.3 https://github.com/ruby/typeprof
-debug 1.6.2 https://github.com/ruby/debug fdce24220f2f2bb61b414c48f8f1485d4f2c0421
+debug 1.6.2 https://github.com/ruby/debug 7f18c82b7a6c630d950553af7c3b03260d459fa5
diff --git a/version.h b/version.h
index 970c1e715c..0a983c31a2 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 69
+#define RUBY_PATCHLEVEL 70
 
 #define RUBY_RELEASE_YEAR 2022
 #define RUBY_RELEASE_MONTH 10
-#define RUBY_RELEASE_DAY 4
+#define RUBY_RELEASE_DAY 5
 
 #include "ruby/version.h"
 
-- 
cgit v1.2.1


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

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