guard / guard

Guard is a command line tool to easily handle events on file system modifications.
MIT License
6.25k stars 483 forks source link

Guard fails to install because of nio4r (1.0.0) #896

Closed kapooostin closed 2 years ago

kapooostin commented 6 years ago

OSX 10.12.6 Ruby 2.5 installed via Homebrew

The lowest version of nio4r gem I was able to install is 1.2.1. But still guard doesn't work.

Here is console log:

An error occurred while installing nio4r (1.0.0), and Bundler cannot
continue.
Make sure that `gem install nio4r -v '1.0.0'` succeeds before bundling.

In Gemfile:
  guard was resolved to 2.6.0, which depends on
    listen was resolved to 2.7.1, which depends on
      celluloid-io was resolved to 0.15.0, which depends on
        nio4r
rymai commented 2 years ago

I hope that works with the latest versions (Guard 2.18.0).