gem dependency <REGEXP>

Show the dependencies of an installed gem

Arguments

NameDescription
REGEXPShow dependencies for gems whose names start with REGEXP

Options

NameDescription
-v, --version <VERSION>Specify version of gem to dependency
--platform <PLATFORM>Specify the platform of gem to dependency
--prereleaseAllow prerelease versions of a gem
--no-prereleaseDo not allow prerelease versions of a gem
-R, --reverse-dependenciesInclude reverse dependencies in the output
--no-reverse-dependenciesDo not include reverse dependencies in the output
--pipePipe Format (name --version ver)
-l, --localRestrict operations to the LOCAL domain
-r, --remoteRestrict operations to the REMOTE domain
-b, --bothAllow LOCAL and REMOTE operations
-B, --bulk-threshold <COUNT>Threshold for switching to bulk synchronization (default 1000)
--clear-sourcesClear 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-proxyDo not use HTTP proxy for remote operations