bundle
Verified for current stable LTS
Bundle Command: List Outdated Gems
Use for list outdated gems with Bundle. Exact CLI syntax to list outdated gems using Bundle.
When to use this: Use for list outdated gems with Bundle.
Command Syntax
bundle outdated bundle outdated Command Breakdown
bundle is the base executable for this command.
FAQ
Purpose: Exact syntax to list outdated gems using Bundle.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Bundle Command: Install All Gems From Gemfile
bundle install Bundle Command: Execute Command In Bundle Context bundle exec <command> <arguments> Bundle Command: Update All Gems bundle update Bundle Command: Update Specific Gems bundle update <gem_name1> <gem_name2> Bundle Command: Update Specific Gems To Next Patch bundle update --patch <gem_name1> <gem_name2>