[rubygems/rubygems] Remove default_install_uses_path setting

The previous default can already be configured with `bundle config
path.system true`.

cb483b79db
This commit is contained in:
David Rodríguez 2025-07-02 08:25:05 +02:00 committed by Hiroshi SHIBATA
parent f609d3395e
commit 9918ca1671
5 changed files with 6 additions and 12 deletions

View file

@ -136,7 +136,7 @@ module Spec
end
def default_bundle_path(*path)
if Bundler.feature_flag.default_install_uses_path?
if Bundler.feature_flag.bundler_4_mode?
local_gem_path(*path)
else
system_gem_path(*path)