Skip to content

Instantly share code, notes, and snippets.

@edco29
Forked from gmic/ruby proxy
Created September 1, 2023 21:47
Show Gist options
  • Save edco29/64840251783d12c163cb6183749621c4 to your computer and use it in GitHub Desktop.
Save edco29/64840251783d12c163cb6183749621c4 to your computer and use it in GitHub Desktop.
Ruby: install gems behind a proxy
gem install --http-proxy http://user:password@some.proxy.com:8080 bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment