Check what you have with:
gem list json
Set the one you want:
gem install --default -v1.8.6 json
This is most useful for things like “bundler”!!!
For other things, using bundler and a Gemfile is probably a better choice.
Check what you have with:
gem list json
Set the one you want:
gem install --default -v1.8.6 json
This is most useful for things like “bundler”!!!
For other things, using bundler and a Gemfile is probably a better choice.