rubygems down
I'm trying to install gems via gem install and having that error:
gem install bundler
ERROR: Could not find a valid gem 'bundler' (>= 0) in
any repository
ERROR: While executing gem ...
(Gem::RemoteFetcher::FetchError)
bad response Internal Server Error 500
(http://gems.rubyforge.org/latest_specs.4.8.gz)
Comments are currently closed for this discussion. You can start a new one.
2 Posted by Martin Stettner on 01 Jan, 2012 11:47 AM
Same for me (tried to install sass)
3 Posted by David Cornish on 01 Jan, 2012 11:56 AM
Same issue here (accessing from UK) trying to install rmagick
4 Posted by meh. on 01 Jan, 2012 12:00 PM
Same here (from Italy), Ruby dies without rubygems :(
5 Posted by Kami on 01 Jan, 2012 12:01 PM
Same problem here (from Switzerland) ! Impossible to fetch the gem from rubygems.org ...
6 Posted by oh noes on 01 Jan, 2012 12:04 PM
Latvia checking in, yesterday was fine. Halp!
7 Posted by urielka on 01 Jan, 2012 12:06 PM
same here(Israel)
8 Posted by oh noes on 01 Jan, 2012 12:17 PM
Dear all,
As a temporary solution if your gem located @ github, you can clone source code via git or download as zip and build you gem locally.
Example:
Hope it helps!
Happy new year!
9 Posted by Grazy Goose on 01 Jan, 2012 12:38 PM
How to avoid bundler being your single point of failure anyways?
10 Posted by Stanislav O. Pogrebnyak on 01 Jan, 2012 12:48 PM
Bundler in fact is not an issue, rubygems.org is.
11 Posted by Stanislav O. Pogrebnyak on 01 Jan, 2012 12:51 PM
Is there official version about what is going on and estimation about how long?
12 Posted by Jens on 01 Jan, 2012 01:11 PM
Try add 'http://production.cf.rubygems.org' as source
13 Posted by Tim Brandes on 01 Jan, 2012 01:17 PM
Thank you Jens, that works for now!
14 Posted by Steven Haddox on 01 Jan, 2012 01:21 PM
Thanks as well Jens. I guess it's time to think about running a mirror of rubygems if I need fault-tolerance...
15 Posted by Jens on 01 Jan, 2012 01:23 PM
... thanks to @laizer et al https://twitter.com/#!/laizer/status/153455692806758400
16 Posted by Amnon S on 01 Jan, 2012 01:57 PM
run into the same issue on push master to Heroku.
solved by replacing source in GemFile to 'http://production.cf.rubygems.org'
thanks
17 Posted by Mahesh on 01 Jan, 2012 02:04 PM
So that's true, Mayas were right...it all begins with rubygems...
18 Posted by oh noes on 01 Jan, 2012 02:18 PM
And back online!
Hooooray for rubygems!
Thanks for fixing it!
Nick Quaranto closed this discussion on 11 Jan, 2012 03:29 PM.