summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-10-24 21:03:31 +0900
committernagachika <nagachika@ruby-lang.org>2022-10-24 21:03:31 +0900
commit8bce7c1a725073b88cf96c3af6f37405b66d7db9 (patch)
tree215a77db105782f1e114e96a7f5c030d896e3045
parent7c2b7229b953dbf5cd7f1229576226b6384c0e97 (diff)
merge revision(s) 399747926c323aca4f477ac3f8870b19229f4212:
Update bundled gems list at 2022-10-24 --- NEWS.md | 2 +- gems/bundled_gems | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
-rw-r--r--gems/bundled_gems2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gems/bundled_gems b/gems/bundled_gems
index 09c278316b..f113516208 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -13,4 +13,4 @@ matrix 0.4.2 https://github.com/ruby/matrix
prime 0.1.2 https://github.com/ruby/prime
rbs 2.7.0 https://github.com/ruby/rbs
typeprof 0.21.3 https://github.com/ruby/typeprof
-debug 1.6.2 https://github.com/ruby/debug 7f18c82b7a6c630d950553af7c3b03260d459fa5
+debug 1.6.3 https://github.com/ruby/debug
diff --git a/version.h b/version.h
index 74962269cc..9488fc341c 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# 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 171
+#define RUBY_PATCHLEVEL 172
#define RUBY_RELEASE_YEAR 2022
#define RUBY_RELEASE_MONTH 10