Skip to content

Instantly share code, notes, and snippets.

@carlos-teles
Forked from gmic/ruby proxy
Created February 20, 2024 12:02
Show Gist options
  • Save carlos-teles/7e26b4278d035d820b94bf5fa16cfabc to your computer and use it in GitHub Desktop.
Save carlos-teles/7e26b4278d035d820b94bf5fa16cfabc 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