Since adding the json gem to the Gemfile I can no longer run bundle install:
[deploy@workhorse1 gdash.lessonplanet.com]$ bundle install --deployment --without development test
You are trying to install in deployment mode after changing
your Gemfile. Run `bundle install` elsewhere and add the
updated Gemfile.lock to version control.
You have added to the Gemfile:
* json
Since adding the json gem to the Gemfile I can no longer run bundle install: