Method: Bundler::CLI#outdated

Defined in:
lib/bundler/cli.rb

#outdated(*gems) ⇒ Object

[View source]

386
387
388
389
# File 'lib/bundler/cli.rb', line 386

def outdated(*gems)
  require_relative "cli/outdated"
  Outdated.new(options, gems).run
end