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 rake from 10.1.0 to 12.3.2 #21

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rake from 10.1.0 to 12.3.2.

Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.2 > > ==== Bug fixes > > * Fixed test fails caused by 2.6 warnings. > Pull Request [#297](https://github-redirect.dependabot.com/ruby/rake/issues/297) by hsbt > > ==== Enhancements: > > * Rdoc improvements. > Pull Request [#293](https://github-redirect.dependabot.com/ruby/rake/issues/293) by colby-swandale > * Improve multitask performance. > Pull Request [#273](https://github-redirect.dependabot.com/ruby/rake/issues/273) by jsm > * Add alias `prereqs`. > Pull Request [#268](https://github-redirect.dependabot.com/ruby/rake/issues/268) by take-cheeze > > === 12.3.1 > > ==== Bug fixes > > * Support did_you_mean >= v1.2.0 which has a breaking change on formatters. > Pull request [#262](https://github-redirect.dependabot.com/ruby/rake/issues/262) by FUJI Goro. > > ==== Enhancements: > > * Don't run task if it depends on already invoked but failed task. > Pull request [#252](https://github-redirect.dependabot.com/ruby/rake/issues/252) by Gonzalo Rodriguez. > * Make space trimming consistent for all task arguments. > Pull request [#259](https://github-redirect.dependabot.com/ruby/rake/issues/259) by Gonzalo Rodriguez. > * Removes duplicated inclusion of Rake::DSL in tests. > Pull request [#254](https://github-redirect.dependabot.com/ruby/rake/issues/254) by Gonzalo Rodriguez. > * Re-raise a LoadError that didn't come from require in the test loader. > Pull request [#250](https://github-redirect.dependabot.com/ruby/rake/issues/250) by Dylan Thacker-Smith. > > === 12.3.0 > > ==== Compatibility Changes > > * Bump `required_ruby_version` to Ruby 2.0.0. Rake has already > removed support for Ruby 1.9.x. > > ==== Enhancements: > > * Support `test-bundled-gems` task on ruby core. > > === 12.2.1 > > ==== Bug fixes > > * Fixed to break Capistrano::Application on capistrano3. > ... (truncated)
Commits - [`ff4bb1e`](https://github.com/ruby/rake/commit/ff4bb1e86096444e08b123037bf4907da3d568bf) Bump version to v12.3.2 - [`f0a897e`](https://github.com/ruby/rake/commit/f0a897e3fb557f64f5da59785b1a4464826f77b2) Merge pull request [#297](https://github-redirect.dependabot.com/ruby/rake/issues/297) from ruby/ignore-warnings-2.6 - [`81763da`](https://github.com/ruby/rake/commit/81763da40dcfc497e25e00a7e957efd84a053923) Fixed warnings with https://bugs.ruby-lang.org/issues/15231 - [`80e00e2`](https://github.com/ruby/rake/commit/80e00e2d59ea5b230f2f0416c387c0b57184f1ff) Merge pull request [#293](https://github-redirect.dependabot.com/ruby/rake/issues/293) from colby-swandale/colby/rdoc-improvements - [`840f9ed`](https://github.com/ruby/rake/commit/840f9ed2d65b59e9f55eebeb95f1a315adb03a3e) Merge pull request [#294](https://github-redirect.dependabot.com/ruby/rake/issues/294) from colby-swandale/colby/update-public-clone-url - [`f99d513`](https://github.com/ruby/rake/commit/f99d513707235c3dd5988229c7b6a3280c7869c7) Merge pull request [#295](https://github-redirect.dependabot.com/ruby/rake/issues/295) from colby-swandale/colby/improve-contributing-doc - [`c664dde`](https://github.com/ruby/rake/commit/c664ddecdb057e2aa1a15e7957b61aab5cb6c886) improve running test instructions and denote commands with `$` - [`b0b4504`](https://github.com/ruby/rake/commit/b0b450482e101721614f8d875f4bfb775d5c2089) update public clone URL to use https - [`f9d736c`](https://github.com/ruby/rake/commit/f9d736c4641defcc6340de9ed9ad896f13bb8f18) ignore all test classes in rdoc - [`760834b`](https://github.com/ruby/rake/commit/760834b3a2dd2c0e1018f2aa595233098a71c126) add missing params to `task` call-seq examples to match consistency - Additional commits viewable in [compare view](https://github.com/ruby/rake/compare/rake-10.1.0...v12.3.2)


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.


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.
dependabot-preview[bot] commented 5 years ago

Superseded by #23.