I\'m attempting to follow the Hartl Rails Tutorial, and having trouble with the bundler gem.
When using the commands \'bundle install\' or \'bundle update\' I get the fo
you can try the following, if in windows:
set HTTP_PROXY= set HTTPS_PROXY=%HTTP_PROXY%
For eg:
HTTP_PROXY=mycompany.myproxy.com:8080 HTTPS_PROXY=%HTTP_PROXY%
Worked for me