I am trying to create a Ruby On Rails application but I got this error:
Any suggestions? It seems there is a problem downloading gems.
I am trying to create a Ruby On Rails application but I got this error:
Any suggestions? It seems there is a problem downloading gems.
Open your Gemfile and change
source 'https://rubygems.org
to
source 'http://rubygems.org
then do bundle install
again.
reference - bundle install fails with SSL certificate verification error