honeybadger-io / incoming

Incoming! helps you receive email in your Rack apps.
https://www.honeybadger.io/
MIT License
309 stars 19 forks source link

Bump rb-fsevent from 0.9.3 to 0.10.3 #20

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rb-fsevent from 0.9.3 to 0.10.3.

Release notes *Sourced from [rb-fsevent's releases](https://github.com/thibaudgg/rb-fsevent/releases).* > ## v0.10.3 > - Fix abnormal termination fails silently + burns cpu ([#81](https://github-redirect.dependabot.com/thibaudgg/rb-fsevent/issues/81)) > > ## v0.10.2 > While procs are flexible about arity, lambdas and converted methods are not. Thus passing in two parameters broke any such callbacks. The only change in this release is that callback block arity is checked before passing in any values. > > ## v0.10.1 > - rebuilt `fsevent_watch` against 10.8 > - fixed documentation > > ## v0.10.0 > - MacOS 10.13 specific flags added to compatibility code > - Added second parameter to callback with more detailed event info > - Switched communication format to OTNetstrings, fixing a bug where some events were ignored if they contained certain characters > - Removed custom path fixture from tests as there have been complaints about using the gem with maven (??) > > ## v0.9.8 > - fsevent_watch : Fix "zombie" processes not dying ([#62](https://github-redirect.dependabot.com/thibaudgg/rb-fsevent/issues/62)) > > ## v0.9.7 > - Remove spec files from gemspec. ([#58](https://github-redirect.dependabot.com/thibaudgg/rb-fsevent/issues/58)) > > ## v0.9.6 > - Fix a bug in jruby env where pid is not a valid pid. [#56](https://github-redirect.dependabot.com/thibaudgg/rb-fsevent/issues/56) > > Sorry I skipped 0.9.5 release!
Commits - [`fcfd339`](https://github.com/thibaudgg/rb-fsevent/commit/fcfd3397e4778aa48bffd4377b6a1b7366859f2a) version bump - [`c08d62c`](https://github.com/thibaudgg/rb-fsevent/commit/c08d62c489da6dd4970073f4c37085602e03eff2) Merge pull request [#81](https://github-redirect.dependabot.com/thibaudgg/rb-fsevent/issues/81) from saluzafa/master - [`b061d1f`](https://github.com/thibaudgg/rb-fsevent/commit/b061d1f3a66cadc6e036f02b78da838df2781de0) Merge branch 'master' of github.com:saluzafa/rb-fsevent - [`93c22da`](https://github.com/thibaudgg/rb-fsevent/commit/93c22da8aa70ad343c2e57d0ee3187a760b4d674) remove useless part rescue EOFError since it's being catched at line 82 (EOFE... - [`03a71a2`](https://github.com/thibaudgg/rb-fsevent/commit/03a71a2ec700eb86c078389f16a4db2edd052750) remove useless part rescue EOFError since it's being catched at line 82 (EOFE... - [`b86389e`](https://github.com/thibaudgg/rb-fsevent/commit/b86389e1946e31a8721c207635bcd979393fcd98) abnormal termination fails silently + burns cpu - [`0b8b736`](https://github.com/thibaudgg/rb-fsevent/commit/0b8b7367a392d9957344f43d9ed125f011a64e5d) update information about HFS+ corruption bug - [`4ffe180`](https://github.com/thibaudgg/rb-fsevent/commit/4ffe1805bda1b17c871b392ce94a59ad9caa1683) RubyCocoa hasn't been a thing for many years now. It's no longer worth mentio... - [`d1153fb`](https://github.com/thibaudgg/rb-fsevent/commit/d1153fbf52c15189c99124e835063dc9759e89c2) version bump - [`d48b3bb`](https://github.com/thibaudgg/rb-fsevent/commit/d48b3bb43199e8f3db35a88cf1215d05f4a2ffde) While procs are flexible about arity, lambdas and converted methods are not. ... - Additional commits viewable in [compare view](https://github.com/thibaudgg/rb-fsevent/compare/v0.9.3...v0.10.3)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
joshuap commented 4 years ago

@dependabot rebase

dependabot-preview[bot] commented 4 years ago

Looks like rb-fsevent is up-to-date now, so this is no longer needed.