I encountered a weird problem. In the Gemfile.lock
, it states json (1.8.6)
.
Basically, I can use bundle install
to install json-1.8.6
.
However, it still threw the following error when I run rspec
command.
Could not find json-1.8.6 in any of the sources
Run `bundle install` to install missing gems.
Bundler version 1.15.0
Ruby 2.3.3