guard / listen

The Listen gem listens to file modifications and notifies you about the changes.
https://rubygems.org/gems/listen
MIT License
1.92k stars 245 forks source link

Any plans for Ruby 3.0 compatibility? #501

Closed poudelprakash closed 3 years ago

poudelprakash commented 3 years ago

This is what happens currently

Bundler found conflicting requirements for the Ruby version:
  In Gemfile:
    Ruby (~> 3.0.0.0) x64-mingw32

    listen (~> 3.2) x64-mingw32 was resolved to 3.2.1, which depends on
      Ruby (>= 2.2.7, ~> 2.2)
KapilSachdev commented 3 years ago

xref: #492 #490

ColinDKelley commented 3 years ago

@ioquatix Any thoughts here?

ioquatix commented 3 years ago

Yeah we should do it.

ioquatix commented 3 years ago

I can't even remember making the above branch or why I closed it lol.

ColinDKelley commented 3 years ago

@KapilSachdev #490 is included in the 3.3.0 milestone that we are ready to release. Should we re-open #492 and include it too?

ColinDKelley commented 3 years ago

Oh, #492 is just a duplicate of #490. Haha, that must be why you closed it, @ioquatix . 😸

ColinDKelley commented 3 years ago

Closing this since it's a duplicate of #490 which is included in the 3.3.0 milestone.