frapposelli / vagrant-vcenter

A Vagrant provider for VMware vCenter®
MIT License
106 stars 36 forks source link

vagrant-vcenter 0.3 doesn't install w/Vagrant 1.6.5; incompatible nokogiri requirements #15

Closed tehranian closed 9 years ago

tehranian commented 9 years ago

Hi there,

I recently upgraded my laptop to Vagrant 1.6.5 and now I can't install vagrant-vcenter, which is at 0.3 as of this writing. See error below:

$ vagrant -v
Vagrant 1.6.5

$ vagrant plugin install vagrant-vcenter
Installing the 'vagrant-vcenter' plugin. This can take a few minutes...
The plugin(s) can't be installed due to the version conflicts below.
This means that the plugins depend on a library version that conflicts
with other plugins or Vagrant itself, creating an impossible situation
where Vagrant wouldn't be able to load the plugins.

You can fix the issue by either removing a conflicting plugin or
by contacting a plugin author to see if they can address the conflict.

Vagrant could not find compatible versions for gem "nokogiri":
  In Gemfile:
    vagrant-vcenter (>= 0) ruby depends on
      nokogiri (= 1.5.5) ruby

    vagrant (= 1.6.5) ruby depends on
      nokogiri (1.6.3.1)

Thanks, Dan

frapposelli commented 9 years ago

Known issue, please use Vagrant 1.6.3 in the meantime.