akabiru / todos-api

🍻 🍾 @scotch-io tutorial "Build a RESTful JSON API with Rails 5" codebase.
https://scotch.io/tutorials/build-a-restful-json-api-with-rails-5-part-one
MIT License
188 stars 101 forks source link

Bump listen from 3.0.8 to 3.1.5 #36

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps listen from 3.0.8 to 3.1.5.

Release notes *Sourced from [listen's releases](https://github.com/guard/listen/releases).* > ## v3.1.5 > ### Bugfixes > - [#394](https://github-redirect.dependabot.com/guard/listen/issues/394) prevent crashes when Listen is stopped too soon (e.g. before being started or initialized) > > ## v3.1.4 > ### Bugfixes > - [#393](https://github-redirect.dependabot.com/guard/listen/issues/393) - relaxed rb-fsevent dependency to allow install on older OSX releases (thanks to [@​robmckinnon](https://github.com/robmckinnon)) > > ## v3.1.3 > ### Bug fixes > - [#387](https://github-redirect.dependabot.com/guard/listen/issues/387) - fix JRuby support both in dependencies (by allowing Ruby 2.2.3) and behavior (JRuby Dir.entries workaround) > - [#387](https://github-redirect.dependabot.com/guard/listen/issues/387) - prevent JRuby from hanging when stopping on Linux (and Travis) > - [#387](https://github-redirect.dependabot.com/guard/listen/issues/387) - activate JRuby-9.0.5.0 on Travis to declare support for JRuby (tests are flaky, but that's due to timing issues) > > ## v3.1.2 > ### Security enhancements > - [#377](https://github-redirect.dependabot.com/guard/listen/issues/377) require at least Ruby 2.2.4 to avoid CVE-2015-7551 (see https://www.ruby-lang.org/en/news/2015/12/16/ruby-2-2-4-released/) > > ### Bugfixes > - [#383](https://github-redirect.dependabot.com/guard/listen/issues/383) allow stopping when not fully initialized (fixes https://github-redirect.dependabot.com/guard/guard/issues/822#issuecomment-215958894) > > ### Improvements > - [#378](https://github-redirect.dependabot.com/guard/listen/issues/378) warn users if their Ruby is buggy or vulnerable (controversial to some, but very extensively justified) > > ### Development > - [#377](https://github-redirect.dependabot.com/guard/listen/issues/377) use ruby_dep for managing ruby requirements > - [#379](https://github-redirect.dependabot.com/guard/listen/issues/379) make RuboCop pass (thanks to [@​jvanbaarsen](https://github.com/jvanbaarsen)) > - [#384](https://github-redirect.dependabot.com/guard/listen/issues/384) avoid rubygems duplicate dependency error (gem given in both runtime and development dependencies) > > ## v3.1.1 > ### Bugfixes > - [#373](https://github-redirect.dependabot.com/guard/listen/issues/373) explicitly require forwardable for delegation (fixes [#372](https://github-redirect.dependabot.com/guard/listen/issues/372)) > > ## v3.1.0 > ### Bugfixes > - [#370](https://github-redirect.dependabot.com/guard/listen/issues/370) - gracefully fallback to polling on old older unsupported OSX versions (thanks to [@​vaz](https://github.com/vaz)) > > ### Improvements > - [#371](https://github-redirect.dependabot.com/guard/listen/issues/371) - update dependency to Ruby 2.2.x since 2.1 and earlier are EOL (minor version bumped to 3.1 in case backporting is needed) > > ### Development > - [#371](https://github-redirect.dependabot.com/guard/listen/issues/371) - fix all RuboCop offenses to avoid noise during development
Commits - [`2fe70d6`](https://github.com/guard/listen/commit/2fe70d6226805410f6ba9790eb1acca4533bcb75) Release 3.1.5 - [`8c7aa69`](https://github.com/guard/listen/commit/8c7aa6975d5f8e5b65bd8dd56062839a47a56587) Merge pull request [#394](https://github-redirect.dependabot.com/guard/listen/issues/394) from guard/fix_crash_when_uninitialized - [`2c78999`](https://github.com/guard/listen/commit/2c78999623a8d5c780cb535d3c87ef3eb4659732) prevent crash when stopping uninitialized listener - [`8b06d2c`](https://github.com/guard/listen/commit/8b06d2cc4929a40359b4e180b43de79e8887d206) prevent crash when stopping uninitialized adapter - [`8f5a3f0`](https://github.com/guard/listen/commit/8f5a3f0e6ae1ab97ddacf95cecf9e45efabe478a) Release 3.1.4 - [`d6865d4`](https://github.com/guard/listen/commit/d6865d4bbfa8201bf879345bf54a2bf87d88504d) Merge pull request [#393](https://github-redirect.dependabot.com/guard/listen/issues/393) from robmckinnon/392-fix-os-x-10.6-10.8 - [`7271aad`](https://github.com/guard/listen/commit/7271aad1e0770191df86173cbe93368b8ecaf285) Change rb-fsevent dependency to work on OS X 10.6-10.8 - [`b4ba32b`](https://github.com/guard/listen/commit/b4ba32bde4ea0c720dde812d57d22302cabb9dae) Release 3.1.3 - [`acf3d35`](https://github.com/guard/listen/commit/acf3d35c6a9f361c2e3f8c7ce612c4469041d2df) Merge pull request [#387](https://github-redirect.dependabot.com/guard/listen/issues/387) from guard/fixing_jruby_support - [`b09a3a7`](https://github.com/guard/listen/commit/b09a3a7f346196d8c7df04d9b8073e7f31691cd6) use JRuby workarounds for stubs - Additional commits viewable in [compare view](https://github.com/guard/listen/compare/v3.0.8...v3.1.5)


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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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.

Dependabot has been acquired by GitHub  🎉

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 99.004% when pulling 8eadeea060868fbeca101784d10565b1db900caa on dependabot/bundler/listen-3.1.5 into d8c70937e621989b22dfd74dd520bce8f3c1799b on master.

dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.