vagrant-hostmanager icon indicating copy to clipboard operation
vagrant-hostmanager copied to clipboard

Conflicting dependencies bundler error upon plugin installation

Open BrianBasor opened this issue 8 years ago • 1 comments
trafficstars

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.

BrianBasor avatar Aug 09 '17 17:08 BrianBasor

Never mind, caused by old version of ruby, uninstalled

guysoft avatar Dec 26 '17 21:12 guysoft