mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
ad3cba02cf
commit
33ce42dd5d
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ module Bundler
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "#{Bundler.feature_flag.cache_command_is_package? ? :cache : :package} [OPTIONS]", "Locks and then caches all of the gems into vendor/cache"
|
desc "#{Bundler.feature_flag.cache_command_is_package? ? :cache : :package} [OPTIONS]", "Locks and then caches all of the gems into vendor/cache"
|
||||||
unless Bundler.feature_flag.cache_command_is_package?
|
unless Bundler.feature_flag.cache_all?
|
||||||
method_option "all", :type => :boolean,
|
method_option "all", :type => :boolean,
|
||||||
:banner => "Include all sources (including path and git)."
|
:banner => "Include all sources (including path and git)."
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue