зеркало из https://github.com/github/ruby.git
[bundler/bundler] Prefer feature flag to harcoded check
https://github.com/bundler/bundler/commit/8c83921d08
This commit is contained in:
Родитель
76d205c840
Коммит
30d10be036
|
@ -34,7 +34,7 @@ module Bundler
|
|||
end
|
||||
|
||||
def setup_cache_all
|
||||
all = options.fetch(:all, Bundler.feature_flag.bundler_3_mode? || nil)
|
||||
all = options.fetch(:all, Bundler.feature_flag.cache_all? || nil)
|
||||
|
||||
Bundler.settings.set_command_option_if_given :cache_all, all
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче