Frage

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

War es hilfreich?

Lösung

Fixed it. It seems that if you add sudo when installing gems, it installs the gem on a different directory from the one used when you don't use sudo. I saw this when I did sudo gem list and it displayed different results from a normal gem list command.

To be able to add gems without sudo I just did chown -R [current_user] [ruby_directory]

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top