Hiroshi SHIBATA 2026-08-03 01:23:23 +0000 (Mon, 03 Aug 2026)
New Revision: b48ee62c28
https://github.com/ruby/ruby/commit/b48ee62c28
Log:
[ruby/rubygems] Ship RubyGems' vendored PubGrub in the Bundler gem
Add lib/rubygems/vendor/pub_grub to the gem's files, and to
tracked_files_glob so the "ships the correct set of files" spec stays in
sync with the gemspec. This keeps Bundler self-contained on RubyGems
versions older than 4.1, which do not vendor PubGrub, independently of
any release cutoff.
https://github.com/ruby/rubygems/commit/f6042a7317
Co-Authored-By: Claude Fable 5 <
nor...@anthropic.com>
Modified files:
lib/bundler/bundler.gemspec
spec/bundler/support/path.rb