Created
February 15, 2016 12:23
-
-
Save anonymous/a2bb6f19c7c7ab89f7fe to your computer and use it in GitHub Desktop.
This file contains 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 exec rake start --trace | |
** Invoke start (first_time) | |
** Execute start | |
librarian-puppet install | |
vagrant up | |
Vagrant experienced a version conflict with some installed plugins! | |
This usually happens if you recently upgraded Vagrant. As part of the | |
upgrade process, some existing plugins are no longer compatible with | |
this version of Vagrant. The recommended way to fix this is to remove | |
your existing plugins and reinstall them one-by-one. To remove all | |
plugins: | |
rm -r ~/.vagrant.d/plugins.json ~/.vagrant.d/gems | |
Note if you have an alternate VAGRANT_HOME environmental variable | |
set, the folders above will be in that directory rather than your | |
user's home directory. | |
The error message is shown below: | |
Bundler could not find compatible versions for gem "bundler": | |
In Gemfile: | |
vagrant (= 1.7.4) was resolved to 1.7.4, which depends on | |
bundler (<= 1.10.5, >= 1.5.2) | |
Current Bundler version: | |
bundler (1.11.2) | |
This Gemfile requires a different version of Bundler. | |
Perhaps you need to update Bundler by running `gem install bundler`? | |
Could not find gem 'bundler (<= 1.10.5, >= 1.5.2)', which is required by gem 'vagrant (= 1.7.4)', in any of the sources. | |
rake aborted! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment