Is RubyGems down right now?
(latest update April 19, 2021)

RubyGems is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries, a tool designed to easily manage the installation of gems, and a server for distributing them. Is it up or down? Is it down for me? Check the status or Report your issues below!
Continues Below
RubyGems Problem Reports
No problems detected with RubyGems
0
Reports
last 20 minutes
Problems in the last 24 hours
Show RubyGems Comments
RubyGems Comments
Show Social Media Reports
RubyGems Latest Reports
Scroll down

Sam Saffron @samsaffron
Reported 2021-04-18 22:02:47
@searls IMO the biggest hurdle is none of this, it is that rubygems has no support for optional dependencies. Without them you are still forced to keep dependencies you don't need in your Gemfile or have to go down this rabbit hole. https://t.co/yK3sjdLZZk

Dan Kubb @dkubb
Reported 2021-04-16 09:53:28
@railsonmaui @searls I still use it all the time! I don't know of any replacement for it yet. I guess I should work down some of the reported issues, but it's pretty solid overall. It also seems to get a decent number of rubygems downloads so it is well used.

Erlin Briceño @erlinb
Reported 2021-04-07 17:52:27
the web server is down @RubygemsN

Gabriel Mazetto @brodock
Reported 2021-04-02 11:35:55
@retrorubies @rubygems_status using a VPN "solved" but it still broken without it. I believe it has something to do with IPv6 (I'm in the Netherlands), happy to provide extra diagnostics

Jason Raimondi @jsonmamondi
Reported 2021-03-25 13:55:08
Broken CI two days in a row because a dependency of Rails was yanked from rubygems, then it was fixed, requiring everyone to update, then the fixed one was yanked, requiring all to update again. At least now no one can complain about the laissez faire model of node_modules again.

Stefan Penner @stefanpenner
Reported 2021-03-24 17:11:18
@trek Rubygems supporting yanking for downloaded and used gems is a serious problem

yburyug @yburyug
Reported 2021-03-24 15:55:27
The computers are being real ****s today.
1. Had networking issues with a physical server
2. CI/CD broken because rubygems
3. Cleaned my gem cache early, docker cant build because rubygems
4. API randomly failing with identical, proper, authenticated requests
5. I am tired

♦️ Enmanuel ♦️ @enmanuel_rb
Reported 2021-03-24 09:58:55
Wow just had this problem with that dependency in the RubyGems project

Robby Russell @robbyrussell
Reported 2021-03-10 20:15:19
What Rubygems/services do you lean on to track down unused and/or potentially deletable code in your Rails apps?

Christopher Neugebauer 🇦🇺🏳️🌈 @chrisjrn
Reported 2021-03-06 09:50:20
Do I know anyone working on Rubygems/at Ruby Together that can take a vuln report?

Anthony B, @swearyanthony
Reported 2021-03-06 06:52:24
For serious if you know anyone in the rubygems package infrastructure team please put me in touch with them. They have a serious problem. #ruby

oǝW ǝp ʎʇsıW @mstea_ebooks
Reported 2021-03-01 23:25:32
Filed a Radar for the Rubygems/SIP issue, hopefully not actually the best thing

jvsu @joe_ktg
Reported 2021-02-26 19:57:30
The main problem is with RubyGems 3.1. You have downgrade from RubyGems 3.1 to a lower RubyGems version. Anything 3.0 or below will work. Run something like this $ gem update -- system 3.0.0 https://t.co/5vw9zgt5yh