I'm a complete newbie when it comes to working with gems so pardon me if my understanding in the subject is off.
I already installed Susy 1.0.9 and was hoping to update it to Susy 2.0.
I tried gem install susy --pre
and it successfully installed Susy 2.0 along with the required versions of SASS and Compass. Though when I do gem list
, it still shows Susy 1.0.9 and the SASS Version was also not updated.
Any ideas on how to properly update Susy, SASS and Compass? TIA