I am trying to install the Bundler gem on my Mac. With the command:
sudo gem install bundler I get the following error:
ERROR: Could not find a
I had this same problem using Windows, and removing the security from the Hypertext Transfer Protocol solve it.
Paste in your terminal:
gem sources -r https://rubygems.org -a http://rubygems.org
Hope it will help! ★