Created
July 31, 2016 02:54
-
-
Save mchelen/403653b9c58e74f52735439d2fb8f23e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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