Method: Bundler::CLI#outdated
- Defined in:
- lib/bundler/cli.rb
permalink #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(, gems).run end |