mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[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:
parent
f609d3395e
commit
9918ca1671
5 changed files with 6 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue