I ran gem update --system thinking it would solve a problem I was having, and now I can\'t run rails server. It won\'t load and instead, I keep getting
gem update --system
rails server
Seems like the latest version of Rubygems is buggy.
You just have to revert back to an older version with the following command and everything should work fine :
gem update --system 1.8.24