vagrant-landrush / landrush

A Vagrant plugin that provides a simple DNS server for Vagrant guests
MIT License
668 stars 80 forks source link

Can't install on Fedora 37 #360

Open mattiasb opened 1 year ago

mattiasb commented 1 year ago

I can't install landrush on Fedora 37:

Vagrant failed to properly resolve required dependencies. These
errors can commonly be caused by misconfigured plugin installations
or transient network issues. The reported error is:

conflicting dependencies eventmachine (~> 1.0.0) and eventmachine (= 1.2.7)
  Activated eventmachine-1.2.7
  which does not match conflicting dependency (~> 1.0.0)

  Conflicting dependency chains:
    eventmachine (= 1.2.7), 1.2.7 activated

  versus:
    landrush (= 1.3.1), 1.3.1 activated, depends on
    rubydns (= 0.8.5), 0.8.5 activated, depends on

Would it be possible to support newer versions of eventmachine?