Skip to content

Bump listen from 3.6.0 to 3.7.0

Milan requested to merge dependabot/bundler/listen-3.7.0 into master

Bumps listen from 3.6.0 to 3.7.0.

Release notes

Sourced from listen's releases.

v3.7.0

  • issue #509: raise Listen::Error::INotifyMaxWatchesExceeded rather than abort (#545) @ColinDKelley
  • Plumb Silencer.new and use it #542 spec (#544) @ColinDKelley
  • fix: Avoid scanning and building entries for silenced directories (#542) @ElMassimo
Commits
  • 67ba230 release v3.7.0
  • acabb6d issue #509: simplify INotifyMaxWatchesExceeded message
  • 5da51e0 issue #509: raise Listen::Error::INotifyMaxWatchesExceeded rather than abort
  • 57daf28 use **options in spec for newer Ruby versions
  • 32bb3a7 use **options for Silencer#initialize
  • 306a8bc fix test stubs of Listen::Record
  • 631d53b use explicit ignore!: Silencer option in spec
  • 755309a plumb Silencer#initialize(options) to configure(options) and update deprecati...
  • 8b17254 fix: Avoid scanning and building entries for silenced directories
  • See full diff in compare view

Merge request reports