Hiroshi SHIBATA 2026-04-17 06:43:13 +0000 (Fri, 17 Apr 2026)
New Revision: fbe968e6bf
https://github.com/ruby/ruby/commit/fbe968e6bf
Log:
Drop dead code from NEWS.md updater
* Remove the bundler branch in resolve_repo: collect_gem_updates skips
bundler before resolve_repo is ever consulted, so the mapping was
unreachable.
* Inline the gem_name_normalized ternary, which had the same value in both
arms.
* Remove the unused tag field from footnote_links and switch to map.
* Drop require "set" since Set is autoloaded on supported Ruby versions.
Co-Authored-By: Claude Opus 4.7 (1M context) <
nor...@anthropic.com>
Modified files:
tool/update-NEWS-github-release.rb