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
I had the same issue. The only working solution I found was to force http instead of https in Gemfile:
source 'http://rubygems.org'