When I run rails s I get the following error:
Could not find json-1.8.6 in any of the sources. Run
bundle installto install missing gems.
Does anyone know how I fix this?
Here are the contents of my Gemfile.
And my gemfile.lock.
I'm using Ruby version 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]
bundle install?bundle install? This is the crucial information, and you have not provided it. Also, please do not post screenshots of the files; just post the actual file (as text).bundle exec rails s?