mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[bundler/bundler] [Package] Dont always update on --all-platforms
https://github.com/bundler/bundler/commit/723611f6ee
This commit is contained in:
parent
d761a0f6ff
commit
215d846ea5
1 changed files with 1 additions and 4 deletions
|
@ -27,10 +27,7 @@ module Bundler
|
|||
def install
|
||||
require_relative "install"
|
||||
options = self.options.dup
|
||||
if Bundler.settings[:cache_all_platforms]
|
||||
options["local"] = false
|
||||
options["update"] = true
|
||||
end
|
||||
options["local"] = false if Bundler.settings[:cache_all_platforms]
|
||||
Bundler::CLI::Install.new(options).run
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue