How to downgrade rubygems after 1.5.0 breaks your rails app

284 views
Skip to first unread message

Mike Bailey

unread,
Feb 6, 2011, 8:56:06 AM2/6/11
to rails-...@googlegroups.com
If you're running REE and Passenger then there's a good chance you can make your app stop working by running "gem update --system".

Here's a quick way to downgrade rubygems:

gem uninstall rubygems-update -v 1.5.0
gem install rubygems-update -v 1.4.2
update_rubygems _1.4.2_

- Mike

Aleksey Gureiev

unread,
Feb 6, 2011, 1:30:49 PM2/6/11
to rails-...@googlegroups.com
Thanks Mike!

On the local meetup that we had last Thursday someone mentioned the pain of fixing this. They will be happy to learn the solution!

- A

Ryan Bigg

unread,
Feb 6, 2011, 4:27:56 PM2/6/11
to Ruby or Rails Oceania
Thanks Mike, very succinct and useful.
Reply all
Reply to author
Forward
0 new messages