gem dependency <REGEXP>
Show the dependencies of an installed gem
Arguments
Name | Description |
---|
REGEXP | Show dependencies for gems whose names start with REGEXP |
Options
Name | Description |
---|
-v, --version <VERSION> | Specify version of gem to dependency |
--platform <PLATFORM> | Specify the platform of gem to dependency |
--prerelease | Allow prerelease versions of a gem |
--no-prerelease | Do not allow prerelease versions of a gem |
-R, --reverse-dependencies | Include reverse dependencies in the output |
--no-reverse-dependencies | Do not include reverse dependencies in the output |
--pipe | Pipe Format (name --version ver) |
-l, --local | Restrict operations to the LOCAL domain |
-r, --remote | Restrict operations to the REMOTE domain |
-b, --both | Allow LOCAL and REMOTE operations |
-B, --bulk-threshold <COUNT> | Threshold for switching to bulk synchronization (default 1000) |
--clear-sources | Clear the gem sources |
-s, --source <URL> | Append URL to list of remote gem sources |
-p, --http-proxy [URL] | Use HTTP proxy for remote operations |
--no-http-proxy | Do not use HTTP proxy for remote operations |