Skip to content

Instantly share code, notes, and snippets.

@mchelen
Created July 31, 2016 02:54
Show Gist options
  • Save mchelen/403653b9c58e74f52735439d2fb8f23e to your computer and use it in GitHub Desktop.
Save mchelen/403653b9c58e74f52735439d2fb8f23e to your computer and use it in GitHub Desktop.
$ bundle install
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.
If this is a development machine, remove the /usr/src/app/Gemfile freeze
by running `bundle install --no-deployment`.
You have added to the Gemfile:
* jquery-ui-rails
$ bundle install --no-deployment
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.
If this is a development machine, remove the /usr/src/app/Gemfile freeze
by running `bundle install --no-deployment`.
You have added to the Gemfile:
* jquery-ui-rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment