Skip to content

Instantly share code, notes, and snippets.

@gbpereira
Last active July 26, 2020 22:57
Show Gist options
  • Save gbpereira/51bfc4bf30e2e014fb51abd4ea3c93e7 to your computer and use it in GitHub Desktop.
Save gbpereira/51bfc4bf30e2e014fb51abd4ea3c93e7 to your computer and use it in GitHub Desktop.
Guide configurarion and common commands/configurations to work with ruby environment behind a proxy
http_proxy: <proxy:port>
rvm install <ruby-version> --proxy <proxy:port>
gem install --http-proxy <proxy:port> <gem-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment