devopsgroup-io / vagrant-hostmanager

:pencil: A Vagrant plugin that manages hosts files within a multi-machine environment.
Mozilla Public License 2.0
1.46k stars 146 forks source link

Conflicting dependencies bundler error upon plugin installation #240

Open BrianBasor opened 7 years ago

BrianBasor commented 7 years ago

I've installed vagrant-hostmanager on dozens of systems (great tool!), but now I have an installation error. Here is the result of my installation command:

$ vagrant plugin install vagrant-hostmanager Installing the 'vagrant-hostmanager' plugin. This can take a few minutes... Bundler, the underlying system Vagrant uses to install plugins, reported an error. The error is shown below. These errors are usually caused by misconfigured plugin installations or transient network issues. The error from Bundler is:

conflicting dependencies builder (= 3.2.2) and builder (= 3.2.3) Activated builder-3.2.3 which does not match conflicting dependency (= 3.2.2)

Conflicting dependency chains: builder (= 3.2.3), 3.2.3 activated

versus: builder (= 3.2.2)

Gems matching builder (= 3.2.2): builder-3.2.2

It didn't install the plugin. $ vagrant plugin list vagrant-share (1.1.9, system)

I'm on vagrant version 1.9.7. I use git bash for Windows 2.13.0.1.

guysoft commented 6 years ago

Never mind, caused by old version of ruby, uninstalled