gem
Verified for current stable LTS
Gem Commands
Gem command syntax with verified terminal examples.
Commands
8 commands for Gem
gem Operations
Gem Command: Install Latest Gem
gem install <gem_name> gem Search
Gem Command: Install Latest Matching Version Gem
gem install <gem_name> -v '~> <1.0>' gem Operations
Gem Command: Install Specific Version Gem
gem install <gem_name> -v <1.0.0> gem Operations
Gem Command: List Local Gems
gem list gem Search
Gem Command: Search Remote Gems
gem search <regex> -a gem Operations
Gem Command: Uninstall Gem
gem uninstall <gem_name> gem Operations
Gem Command: Uninstall Specific Version Gem
gem uninstall <gem_name> -v <1.0.0> gem Operations
Gem Command: Update Gem
gem update <gem_name> Suggest a Gem Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Gem workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.