Error: SASS installation for windows

ruby, rubygems, sass

Solution

thanks for your suggestions, as you guys said this seems to be SSH update issue.

have solved this issue simply down graded my RUBY version from "2.1.5" to "1.8", and the gem version is "1.8.29".

then i was able to install SASS

Problem

am trying to install sass after installing ruby, but iam getting following error, please help me to fix this ``` maradhak@WW730VW7X1688 /c/softwares $ gem -v 2.2.2 maradhak@WW730VW7X1688 /c/softwares $ gem install sass ERROR: Could not find a valid gem 'sass' (>= 0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect retur ned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed ( https://rubygems.org/latest_specs.4.8.gz) ```

Original source

Related problems