Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Warning: You're using Rubygems 2.0.3 with Spring. Upgrade to at least Rubygems 2.1.0

I am getting the error: Warning: You're using Rubygems 2.0.3 with Spring. Upgrade to at least Rubygems 2.1.0 when trying to run the rails console.

How do I go about updating this?

like image 888
Deekor Avatar asked Aug 12 '14 23:08

Deekor


1 Answers

Try to run gem update --system to update Rubygems itself.

like image 87
Wenbing Li Avatar answered Oct 20 '22 10:10

Wenbing Li