class Bundler::CLI::Package
def install
def install require 'bundler/cli/install' options = self.options.dup if Bundler.settings[:cache_all_platforms] options["local"] = false options["update"] = true end Bundler::CLI::Install.new(options).run end
def install require 'bundler/cli/install' options = self.options.dup if Bundler.settings[:cache_all_platforms] options["local"] = false options["update"] = true end Bundler::CLI::Install.new(options).run end