Following the guide located here to setup ruby on rails: https://gorails.com/setup/ubuntu/14.04
I'm able to install ruby just fine using rbenv. I was able to get github setup. The step I'm getting an error on is when installing rails.
The 'gem install rails' command produces the following error:
matt@matt-desktop:~$ gem install rails
ERROR: While executing gem ... (Gem::Exception)
Invalid spec cache file in /home/matt/.gem/specs/api.rubygems.org%443/latest_specs.4.8
Any thoughts on how to overcome error?