[openstreetmap/openstreetmap-website] Bump rubocop-rails from 2.8.0 to 2.8.1 (#2830)

dependabot[bot] notifications at github.com
Wed Sep 16 05:01:27 UTC 2020


Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.8.0 to 2.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rubocop-hq/rubocop-rails/releases">rubocop-rails's releases</a>.</em></p>
<blockquote>
<h2>RuboCop Rails 2.8.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/345">#345</a>: Fix error of <code>Rails/AfterCommitOverride</code> on <code>after_commit</code> with a lambda. (<a href="https://github.com/pocke">@pocke</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/349">#349</a>: Fix errors of <code>Rails/UniqueValidationWithoutIndex</code>. (<a href="https://github.com/Tietew">@Tietew</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/338">#338</a>: Fix a false positive for <code>Rails/IndexBy</code> and <code>Rails/IndexWith</code> when the <code>each_with_object</code> hash is used in the transformed key or value. (<a href="https://github.com/eugeneius">@eugeneius</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/351">#351</a>: Add <code>&lt;&gt;</code> operator to <code>Rails/WhereNot</code> cop. (<a href="https://github.com/Tietew">@Tietew</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/352">#352</a>: Do not register offense if given a splatted hash. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/346">#346</a>: Fix a false positive for <code>Rails/DynamicFindBy</code> when any of the arguments are splat argument. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/357">#357</a>: Fix a false positive for <code>Rails/ReversibleMigration</code> when keyword arguments of <code>change_column_default</code> are in the order of <code>to</code>, <code>from</code>. (<a href="https://github.com/koic">@koic</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md">rubocop-rails's changelog</a>.</em></p>
<blockquote>
<h2>2.8.1 (2020-09-16)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/345">#345</a>: Fix error of <code>Rails/AfterCommitOverride</code> on <code>after_commit</code> with a lambda. ([<a href="https://github.com/pocke">@pocke</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/349">#349</a>: Fix errors of <code>Rails/UniqueValidationWithoutIndex</code>. ([<a href="https://github.com/Tietew">@Tietew</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/338">#338</a>: Fix a false positive for <code>Rails/IndexBy</code> and <code>Rails/IndexWith</code> when the <code>each_with_object</code> hash is used in the transformed key or value. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/351">#351</a>: Add <code>&lt;&gt;</code> operator to <code>Rails/WhereNot</code> cop. ([<a href="https://github.com/Tietew">@Tietew</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/352">#352</a>: Do not register offense if given a splatted hash. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/346">#346</a>: Fix a false positive for <code>Rails/DynamicFindBy</code> when any of the arguments are splat argument. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/357">#357</a>: Fix a false positive for <code>Rails/ReversibleMigration</code> when keyword arguments of <code>change_column_default</code> are in the order of <code>to</code>, <code>from</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rubocop-hq/rubocop-rails/commit/2563954ff4e2cc72407eb7400d9bc8c96cb45edb"><code>2563954</code></a> Cut 2.8.1</li>
<li><a href="https://github.com/rubocop-hq/rubocop-rails/commit/92c6828a4411a935454c990c793813b58b9c3150"><code>92c6828</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/358">#358</a> from koic/fix_false_positive_for_rails_reversible_mig...</li>
<li><a href="https://github.com/rubocop-hq/rubocop-rails/commit/99515d047c6773e863ef7c1fa499a4df88750497"><code>99515d0</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/357">#357</a>] Fix a false positive for <code>Rails/ReversibleMigration</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-rails/commit/3ec7cda08392adc7af1ffd588761aa52162a8c8d"><code>3ec7cda</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/346">#346</a> from koic/fix_false_positive_for_dynamic_find_by</li>
<li><a href="https://github.com/rubocop-hq/rubocop-rails/commit/01036ab979b94d9ac71ffa7b5be3fe02d3a722dc"><code>01036ab</code></a> Fix a false positive for <code>Rails/DynamicFindBy</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-rails/commit/13a0fbe44626aa598e282d042726a722e8d97f55"><code>13a0fbe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/355">#355</a> from koic/suppress_rubocop_offense</li>
<li><a href="https://github.com/rubocop-hq/rubocop-rails/commit/c9af0b5323bf33d6d5e78ee397493974ac48b2d0"><code>c9af0b5</code></a> Suppress RuboCop's offense</li>
<li><a href="https://github.com/rubocop-hq/rubocop-rails/commit/c2d3ade08faebdcdca200c8963a25afc32f24bf4"><code>c2d3ade</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/354">#354</a> from dvandersluis/fix-http-positional-kwspalt</li>
<li><a href="https://github.com/rubocop-hq/rubocop-rails/commit/68e27a90304a8ffda3b2e10cb57d8c22767f0a5d"><code>68e27a9</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/352">#352</a>] Do not register an offense for <code>Rails/HttpPositionalArguments</code> whe...</li>
<li><a href="https://github.com/rubocop-hq/rubocop-rails/commit/119bbaabef32319c7737ecb619ab37320d40e37c"><code>119bbaa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/351">#351</a> from Tietew/add_stdneq_wherenot</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop-rails/compare/v2.8.0...v2.8.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop-rails&package-manager=bundler&previous-version=2.8.0&new-version=2.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)


</details>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/2830

-- Commit Summary --

  * Bump rubocop-rails from 2.8.0 to 2.8.1

-- File Changes --

    M Gemfile.lock (4)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/2830.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2830.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2830
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200915/e8df1fc0/attachment-0001.htm>


More information about the rails-dev mailing list