0

I am attempting to install: gem install zurb-foundation on windows 7 and I get this error in the command prompt:

error message

I am running Ruby 2.0.0p247 and tried to update rails but it did not need an update.

I am not sure how to interpret the message... help much appreciated.

I also got the same exact message trying to install compass

petebolduc
  • 1,233
  • 1
  • 13
  • 20

1 Answers1

0

Try this it will help you for SSL certificate error:

As referred to below link:

http://foundation.zurb.com/forum/posts/676-cannot-install-foundation-gem

http://railsapps.github.io/openssl-certificate-verify-failed.html

If you are using RVM:

rvm get stable

rvm osx-ssl-certs update all

rvm rubygems latest

OR

gem update --system

Update

As given to below link:

Curl Certificate Error when Using RVM to install Ruby 1.9.2

$ \curl -L https://get.rvm.io | bash -s stable --rails --autolibs=enabled
Community
  • 1
  • 1
Sumit Munot
  • 3,748
  • 1
  • 32
  • 51