I cannot install compass. I want to install compass on my project so when I try to update, I get this:
c:\\wamp\\www\\danjasnowski.com>gem install com
Try upgrading your SSL certificates.
Download http://curl.haxx.se/ca/cacert.pem
Save this file anywhere you want, such as:
C:\cacert.pem
On the command line, tell Ruby where to find the cert file, such as:
set SSL_CERT_FILE=C:\cacert.pem
Try again.
gem install compass
If it works, you can make the cert file permanent by adding it in your control panel.
Credit and more info: https://gist.github.com/fnichol/867550