agiledivider / vagrant-hostsupdater

MIT License
1.15k stars 129 forks source link

conflicting dependencies net-ssh #148

Open IrealiTY opened 6 years ago

IrealiTY commented 6 years ago

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

cgsmith commented 6 years ago

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