ruby-changes:73582
From: nagachika <ko1@a...>
Date: Fri, 16 Sep 2022 22:25:18 +0900 (JST)
Subject: [ruby-changes:73582] 8746383219 (ruby_3_1): merge revision(s) a28e7871e54d7a87afbfd686291c500d71edb7cb:
https://git.ruby-lang.org/ruby.git/commit/?id=8746383219 From 87463832195eac16e9248e2a4a048c07f09582df Mon Sep 17 00:00:00 2001 From: nagachika <nagachika@r...> Date: Fri, 16 Sep 2022 22:25:00 +0900 Subject: merge revision(s) a28e7871e54d7a87afbfd686291c500d71edb7cb: Update bundled_gems Try latest patch to avoid some race on Mac OS X. --- gems/bundled_gems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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 417a3564d3..3c7aee5f0a 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.1 https://github.com/ruby/debug +debug 1.6.2 https://github.com/ruby/debug 19b4dde3308f532943e4234d1588d4fa26c52345 diff --git a/version.h b/version.h index 05a3b226de..838c82a9a1 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 51 +#define RUBY_PATCHLEVEL 52 #define RUBY_RELEASE_YEAR 2022 #define RUBY_RELEASE_MONTH 9 -#define RUBY_RELEASE_DAY 10 +#define RUBY_RELEASE_DAY 16 #include "ruby/version.h" -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/