jsborjesson / dotfiles

Minimal and portable development environment baseline.
3 stars 1 forks source link

bundle throws Gem::RemoteFetcher::UnknownHostError #20

Closed jsborjesson closed 10 years ago

jsborjesson commented 10 years ago
$ bundle update
Fetching gem metadata from https://rubygems.org/........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...

Gem::RemoteFetcher::UnknownHostError: no such name (https://rubygems.org/gems/rake-10.2.2.gem)
An error occurred while installing rake (10.2.2), and Bundler cannot continue.
Make sure that `gem install rake -v '10.2.2'` succeeds before bundling.
jsborjesson commented 10 years ago

http://stackoverflow.com/questions/9237201/getting-frequent-gem-remotefetcherfetcherror-any-workarounds

rvm autolibs enable did it!