gem fetch <GEMNAME>

Download a gem and place it in the current directory

Arguments

NameDescription
GEMNAMEName of gem to download

Options

NameDescription
-v, --version <VERSION>Specify version of gem to fetch
--platform <PLATFORM>Specify the platform of gem to fetch
--prereleaseAllow prerelease versions of a gem
--no-prereleaseDo not allow prerelease versions of a gem
--suggestionsSuggest alternates when gems are not found
--no-suggestionsDo not suggest alternates when gems are not found
-B, --bulk-threshold <COUNT>Threshold for switching to bulk synchronization (default 1000)
-s, --source <URL>Append URL to list of remote gem sources
--clear-sourcesClear the gem sources
-p, --http-proxy [URL]Use HTTP proxy for remote operations
--no-http-proxyDo not use HTTP proxy for remote operations