mirror of
https://github.com/ruby/ruby.git
synced 2026-08-07 19:38:39 +08:00
Gem::Installer#remove_stale_plugins only exists since RubyGems 4.1, so installing with no_install_plugin set on an older system RubyGems raised NameError. Reimplement it in Bundler's installer, like generate_plugins already is. https://github.com/ruby/rubygems/commit/d3037ba378 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>