OS X: Error when installing any gem - gem install bundler ERROR: Could not find a valid gem 'bundler' (>= 0), here is why: Unable to download data from https://rubygems.org/ - no such name (https://rubygems.org/latest_specs.4.8.gz) #3264
Labels
Milestone
OS X 10.9.5
Gem 2.0.14
Ruby 2.0.0p481
OpenSSL 0.9.8za 5 Jun 2014
gem install bundler
ERROR: Could not find a valid gem 'bundler' (>= 0), here is why:
Unable to download data from https://rubygems.org/ - no such name (https://rubygems.org/latest_specs.4.8.gz)
Tried adding source tag
gem install bundler --source http://rubygems.org
ERROR: Could not find a valid gem 'bundler' (>= 0), here is why:
Unable to download data from https://rubygems.org/ - no such name (https://rubygems.org/latest_specs.4.8.gz)
Unable to download data from http://rubygems.org/ - no such name (http://rubygems.org/latest_specs.4.8.gz)
Thought of using stable ruby version through RVM - \curl -sSL https://get.rvm.io | bash -s stable --ruby but I am getting this error
curl: (6) Could not resolve host: get.rvm.io
The text was updated successfully, but these errors were encountered: