On a Win7 machine
I am trying to install RoR and when I type:
rails new 'path'
everything seems to workout fine, but then all of a sudden I get the following message.
This message comes after it says run bundle install
"Could not verify the SSL certificate for https://rubygems.org/. There is a chance you are experiencing a man-in-the-middle attack, but most likely your system doesn't have the CA certificates needed for verification. For information about OpenSSL certificates, see bit.ly/ssl-certs. To connect without using SSL, edit your Gemfile and change 'https' to 'http'."
The answer could be to change https to http, but I cannot find the file to do it.
Thanks for your help.