Skip to content

Bump listen from 3.0.8 to 3.7.0

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

Bumps listen from 3.0.8 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

v3.6.0

New Features

  • #452 for FIPS compatibility, use SHA256 instead of MD5 (#541) @ColinDKelley

v3.5.0

  • Issue #533: rescue StandardError only (#535) @ColinDKelley

v3.4.1

  • Add tests for PR #529 (#531) @ColinDKelley
  • Correctly pass timeout as kwargs to wait_for_state (#529) @the-spectator

v3.5.1

  • Bump required ruby version to v2.4.0 (#536) @cgunther

v3.3.4

  • Don't return incorrect files when there's a file whose name matches a dir (#526) @ghiculescu
  • added correct link to help debug inotify workers error on linux (#527) @williamkennedy
  • issue #473: use sudo sh -c so redirection works (#525) @ColinDKelley
  • issue #473: update README for setting fs.inotify.max_user_watches (#522) @ColinDKelley
  • issue #451: change windows install instructions to suggest platforms: instead of Gem.win_platform? (#523) @ColinDKelley
  • put missing wiki content into README (#521) @ColinDKelley

v3.3.3

  • Add project metadata to the gemspec (#519) @orien

v3.3.2

  • Issue #504: tune .rubocop.yml and source code to make it pass all cops (#508) @ColinDKelley
  • Fix description typo (#515) @ccouzens

v3.3.1

  • issue #513: allow stop when not started (#514) @ColinDKelley

v3.3.0

New Features

  • Use file size to check for modifications (#336) @marawan31
  • Ignore mutagen sync temporary files (#469) @nilbus
  • Add GitHub Actions for development workflow. (#485) @ioquatix
  • Allow Ruby 3 (#490) @yahonda
  • Add Truffleruby head to CI (#493, #507) @gogainda
  • Add magic # frozen_string_literal: true comment (#494) @ColinDKelley

🐛 Bug Fixes

  • Fix: Linux driver listens for :modify events again (#450) @ColinDKelley
  • Fix: Track removed subdirectories (#460) @bryanlira
  • Use one fsevent_watch process per listener instead of one per dir (#471) @ioquatix

... (truncated)

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
  • 0f2662a release v3.6.0
  • Additional commits viewable in compare view

Merge request reports