class Bundler::CLI::Update

def initialize(options, gems)

def initialize(options, gems)
  @options = options
  @gems = gems
end