agiledivider / vagrant-hostsupdater

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conflicting dependencies net-ssh

IrealiTY opened this issue · comments

commented

When using the
$ vagrant plugin install vagrant-hostsupdater
to install the plugin the following error pops up:

Installing the 'vagrant-hostsupdater' 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 net-ssh (= 4.2.0) and net-ssh (= 4.1.0)
  Activated net-ssh-4.1.0
  which does not match conflicting dependency (= 4.2.0)

  Conflicting dependency chains:
    net-ssh (= 4.1.0), 4.1.0 activated

  versus:
    net-ssh (= 4.2.0)

  Gems matching net-ssh (= 4.2.0):
    net-ssh-4.2.0

I'm on Windows 10, Vagrant 2.0.2, VirtualBox 5.2.6

@IrealiTY try with the latest release and see if it causes an issue still.