From 22496e2fe6ea4d354d039927a33458dcc1e852eb Mon Sep 17 00:00:00 2001 From: tomoya ishida Date: Sun, 2 Nov 2025 13:33:06 +0900 Subject: [PATCH 1/2] Update bundled irb and repl_type_completor version (#15030) --- gems/bundled_gems | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gems/bundled_gems b/gems/bundled_gems index 563f5e762750be..80c93ea007b704 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -34,14 +34,14 @@ drb 2.2.3 https://github.com/ruby/drb nkf 0.2.0 https://github.com/ruby/nkf syslog 0.3.0 https://github.com/ruby/syslog csv 3.3.5 https://github.com/ruby/csv -repl_type_completor 0.1.11 https://github.com/ruby/repl_type_completor 25108aa8d69ddaba0b5da3feff1c0035371524b2 +repl_type_completor 0.1.12 https://github.com/ruby/repl_type_completor ostruct 0.6.3 https://github.com/ruby/ostruct pstore 0.2.0 https://github.com/ruby/pstore benchmark 0.5.0 https://github.com/ruby/benchmark logger 1.7.0 https://github.com/ruby/logger rdoc 6.15.1 https://github.com/ruby/rdoc win32ole 1.9.2 https://github.com/ruby/win32ole -irb 1.15.2 https://github.com/ruby/irb d43c3d764ae439706aa1b26a3ec299cc45eaed5b +irb 1.15.3 https://github.com/ruby/irb reline 0.6.2 https://github.com/ruby/reline readline 0.0.4 https://github.com/ruby/readline fiddle 1.1.8 https://github.com/ruby/fiddle From 2c7fd0734c53fabcb6ad5bc8965384f90bd29a2a Mon Sep 17 00:00:00 2001 From: git Date: Sun, 2 Nov 2025 04:34:24 +0000 Subject: [PATCH 2/2] [DOC] Update bundled gems list at 22496e2fe6ea4d354d039927a33458 --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index fb700d88e17964..6804fd1bc55f69 100644 --- a/NEWS.md +++ b/NEWS.md @@ -163,7 +163,7 @@ The following bundled gems are promoted from default gems. * logger 1.7.0 * rdoc 6.15.1 * win32ole 1.9.2 -* irb 1.15.2 +* irb 1.15.3 * reline 0.6.2 * readline 0.0.4 * fiddle 1.1.8 @@ -228,7 +228,7 @@ The following bundled gems are updated. * drb 2.2.3 * syslog 0.3.0 * csv 3.3.5 -* repl_type_completor 0.1.11 +* repl_type_completor 0.1.12 ## Supported platforms