I am trying to install the Bundler gem on my Mac. With the command: sudo gem install bundler I get the following error:
sudo gem install bundler
ERROR: Could not find a
Below way solve my problem:
.gemrc
edit this file and find
:sources: -https://rubygems.org/
change https into http
https
http