gem fetch <GEMNAME>
Download a gem and place it in the current directory
Arguments
Name | Description |
---|
GEMNAME | Name of gem to download |
Options
Name | Description |
---|
-v, --version <VERSION> | Specify version of gem to fetch |
--platform <PLATFORM> | Specify the platform of gem to fetch |
--prerelease | Allow prerelease versions of a gem |
--no-prerelease | Do not allow prerelease versions of a gem |
--suggestions | Suggest alternates when gems are not found |
--no-suggestions | Do 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-sources | Clear the gem sources |
-p, --http-proxy [URL] | Use HTTP proxy for remote operations |
--no-http-proxy | Do not use HTTP proxy for remote operations |