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
Finding this answer a couple of years later, I didn't feel comfortable with making my installation less secure, so I updated my Ruby installation to Ruby 2.2.2, which made the problem go away.