I migrated to 3.2.13 version of rails and I am getting this error, how do I get rid of this?
Fetching gem metadata from https://rubygems.org/....... Fetching
If you changed your rails to 3.2.13 then also change your active support in the gemfile.lock to 3.2.13 then:
Run:
$ bundle update
shut down your server:
$ control c
Make sure in your terminal that you are in your project folder then: restart your server:
$ rails server
refresh your browser