opennebula-provider icon indicating copy to clipboard operation
opennebula-provider copied to clipboard

Conflicting dependency chains with `vagrant-google`

Open histrio opened this issue 6 years ago • 0 comments

Versions:

  • Vagrant 2.1.5
  • opennebula-provider (1.1.2, global)

How to reproduce: install conflicting plugin vagrant plugin install vagrant-google

conflicting dependencies fog-google (<= 0.1.0) and fog-google (~> 1.8.1)
  Activated fog-google-1.8.1
  which does not match conflicting dependency (<= 0.1.0)

  Conflicting dependency chains:
    vagrant-google (= 2.2.1), 2.2.1 activated, depends on
    fog-google (~> 1.8.1), 1.8.1 activated

  versus:
    opennebula-provider (= 1.1.2), 1.1.2 activated, depends on
    fog (>= 1.38.0, ~> 1.38), 1.42.1 activated, depends on
    fog-google (<= 0.1.0)

Could we use a more recent version of fog ?

histrio avatar Oct 12 '18 12:10 histrio