guard / listen

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

dependency with gems that are not required #553

Open tamiradari opened 2 years ago

tamiradari commented 2 years ago

Both rb-fsevent and rb-inotify are in the dependency in listen-3.7.1.gemspec. But:

ColinDKelley commented 1 year ago

@tamiradari These are good points.

Could you possibly submit a PR that makes these dependencies conditional?