Hi,
I have a ruby on rails application which was developed using following versions;
- Ruby - 2.1.3
- Rails - 4.1.4
I have installed Ruby 2.1.9 as i couldn’t find for Ruby 2.1.3.
But unable to run ‘gem install rails -version 4.1.4’ because of the following error :
Could not find a valid gem ‘rails’ (>= 0), here is why:
Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/latest_specs.4.8.gz)
As I am completely new to the Ruby on Rails tech, I am not able to run this application and unable to solve the errors.
Can anybody please help me run this application?
Thanks !