mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[bundler/bundler] Restore cache_all
flag removal
https://github.com/bundler/bundler/commit/04a04719f0
This commit is contained in:
parent
640dbdd155
commit
76d205c840
1 changed files with 4 additions and 3 deletions
|
@ -411,9 +411,10 @@ module Bundler
|
|||
end
|
||||
|
||||
desc "#{Bundler.feature_flag.bundler_3_mode? ? :cache : :package} [OPTIONS]", "Locks and then caches all of the gems into vendor/cache"
|
||||
method_option "all", :type => :boolean,
|
||||
:default => Bundler.feature_flag.cache_all?,
|
||||
:banner => "Include all sources (including path and git)."
|
||||
unless Bundler.feature_flag.cache_all?
|
||||
method_option "all", :type => :boolean,
|
||||
:banner => "Include all sources (including path and git)."
|
||||
end
|
||||
method_option "all-platforms", :type => :boolean, :banner => "Include gems for all platforms present in the lockfile, not only the current one"
|
||||
method_option "cache-path", :type => :string, :banner =>
|
||||
"Specify a different cache path than the default (vendor/cache)."
|
||||
|
|
Loading…
Add table
Reference in a new issue