method
description
v2_4_6 -
Show latest stable
- Class:
Gem::Commands::OutdatedCommand
description()public
No documentation available.
# File lib/rubygems/commands/outdated_command.rb, line 19
def description # :nodoc:
The outdated command lists gems you may wish to upgrade to a newer version.You can check for dependency mismatches using the dependency command andupdate the gems with the update or install commands.
end