What to do when rubygems.org is not working?

I need to set up a rails project, and rubygems.org doesn't seem to work. This is really terrible. I can’t believe that the entire Ruby community has only one not very reliable source of precious stones. What to do in this case?

+6
source share
1 answer

The best short-term thing you can do is set the Gemfile source to:

source 'http://production.cf.rubygems.org'

which is our CloudFront distribution url. I will return to rubygems.org, although as soon as we return.

In general, I agree with you. This sucks. We are working to make it better.

+24
source

Source: https://habr.com/ru/post/908750/


All Articles