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
Sometimes it happens due to proxy you are using. I tried to resolve this by using a connection without proxy and all worked perfectly fine. Then try:
bundle update
And then go for
bundle install