-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple notes from installation #1
Comments
ERROR: Retrying solution is to: vi Gemfile |
ERROR: Your bundle is locked to mini_portile (0.5.3), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author solution is to: gem install mini_portile -v '0.5.3' |
ERROR: Your Gemfile has no gem server sources. If you need gems that are not already on your machine, add a line like this to your Gemfile: solution is to: vi Gemfile |
ERROR: Building nokogiri using system libraries.
Building nokogiri using system libraries. solution is: |
You need to delete the Gemfile.lock file. |
ERROR: Your bundle is locked to json (1.8.1), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of json
(1.8.1) has removed it. You'll need to update your bundle to a different version of json (1.8.1) that hasn't been removed in order to install.
solution is to:
gem install json -v '1.8.1'
The text was updated successfully, but these errors were encountered: