[openstreetmap/openstreetmap-website] Bump rubocop from 0.91.0 to 0.91.1 (#2847)

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


Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.91.0 to 0.91.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rubocop-hq/rubocop/releases">rubocop's releases</a>.</em></p>
<blockquote>
<h2>RuboCop 0.91.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8720">#8720</a>: Fix an error for <code>Lint/IdentityComparison</code> when calling <code>object_id</code> method without receiver in LHS or RHS. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8767">#8767</a>: Fix a false positive for <code>Style/RedundantReturn</code> when a rescue has an else clause. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8710">#8710</a>: Fix a false positive for <code>Layout/RescueEnsureAlignment</code> when <code>Layout/BeginEndAlignment</code> cop is not enabled status. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8726">#8726</a>: Fix a false positive for <code>Naming/VariableNumber</code> when naming multibyte character variable name. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8730">#8730</a>: Fix an error for <code>Lint/UselessTimes</code> when there is a blank line in the method definition. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8740">#8740</a>: Fix a false positive for <code>Style/HashAsLastArrayItem</code> when the hash is in an implicit array. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8739">#8739</a>: Fix an error for <code>Lint/UselessTimes</code> when using empty block argument. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8742">#8742</a>: Fix some assignment counts for <code>Metrics/AbcSize</code>. (<a href="https://github.com/marcandre">@marcandre</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8750">#8750</a>: Fix an incorrect auto-correct for <code>Style/MultilineWhenThen</code> when line break for multiple condidate values of <code>when</code> statement. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8754">#8754</a>: Fix an error for <code>Style/RandomWithOffset</code> when using a range with non-integer bounds. (<a href="https://github.com/eugeneius">@eugeneius</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8756">#8756</a>: Fix an infinite loop error for <code>Layout/EmptyLinesAroundAccessModifier</code> with <code>Layout/EmptyLinesAroundBlockBody</code> when using access modifier with block argument. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8372">#8372</a>: Fix <code>Lint/RedundantCopEnableDirective</code> autocorrection to not leave orphaned empty <code># rubocop:enable</code> comments. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8372">#8372</a>: Fix <code>Lint/RedundantCopDisableDirective</code> autocorrection. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8764">#8764</a>: Fix <code>Layout/CaseIndentation</code> not showing the cop name in output messages. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8771">#8771</a>: Fix an error for <code>Style/OneLineConditional</code> when using <code>if-then-elsif-then-end</code>. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8576">#8576</a>: Fix <code>Style/IfUnlessModifier</code> to ignore cop disable comment directives when considering conversion to the modifier form. (<a href="https://github.com/dsavochkin">@dsavochkin</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8489">#8489</a>: Exclude method <code>respond_to_missing?</code> from <code>OptionalBooleanParameter</code> cop. (<a href="https://github.com/em-gazelle">@em-gazelle</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7914">#7914</a>: <code>Style/SafeNavigation</code> marked as having unsafe auto-correction. (<a href="https://github.com/marcandre">@marcandre</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8749">#8749</a>: Disable <code>Style/IpAddresses</code> by default in <code>Gemfile</code> and gemspec files. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md">rubocop's changelog</a>.</em></p>
<blockquote>
<h2>0.91.1 (2020-09-23)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8720">#8720</a>: Fix an error for <code>Lint/IdentityComparison</code> when calling <code>object_id</code> method without receiver in LHS or RHS. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8767">#8767</a>: Fix a false positive for <code>Style/RedundantReturn</code> when a rescue has an else clause. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8710">#8710</a>: Fix a false positive for <code>Layout/RescueEnsureAlignment</code> when <code>Layout/BeginEndAlignment</code> cop is not enabled status. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8726">#8726</a>: Fix a false positive for <code>Naming/VariableNumber</code> when naming multibyte character variable name. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8730">#8730</a>: Fix an error for <code>Lint/UselessTimes</code> when there is a blank line in the method definition. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8740">#8740</a>: Fix a false positive for <code>Style/HashAsLastArrayItem</code> when the hash is in an implicit array. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8739">#8739</a>: Fix an error for <code>Lint/UselessTimes</code> when using empty block argument. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8742">#8742</a>: Fix some assignment counts for <code>Metrics/AbcSize</code>. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8750">#8750</a>: Fix an incorrect auto-correct for <code>Style/MultilineWhenThen</code> when line break for multiple condidate values of <code>when</code> statement. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8754">#8754</a>: Fix an error for <code>Style/RandomWithOffset</code> when using a range with non-integer bounds. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8756">#8756</a>: Fix an infinite loop error for <code>Layout/EmptyLinesAroundAccessModifier</code> with <code>Layout/EmptyLinesAroundBlockBody</code> when using access modifier with block argument. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8372">#8372</a>: Fix <code>Lint/RedundantCopEnableDirective</code> autocorrection to not leave orphaned empty <code># rubocop:enable</code> comments. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8372">#8372</a>: Fix <code>Lint/RedundantCopDisableDirective</code> autocorrection. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8764">#8764</a>: Fix <code>Layout/CaseIndentation</code> not showing the cop name in output messages. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8771">#8771</a>: Fix an error for <code>Style/OneLineConditional</code> when using <code>if-then-elsif-then-end</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8576">#8576</a>: Fix <code>Style/IfUnlessModifier</code> to ignore cop disable comment directives when considering conversion to the modifier form. ([<a href="https://github.com/dsavochkin">@dsavochkin</a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8489">#8489</a>: Exclude method <code>respond_to_missing?</code> from <code>OptionalBooleanParameter</code> cop. ([<a href="https://github.com/em-gazelle">@em-gazelle</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7914">#7914</a>: <code>Style/SafeNavigation</code> marked as having unsafe auto-correction. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8749">#8749</a>: Disable <code>Style/IpAddresses</code> by default in <code>Gemfile</code> and gemspec files. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/de054ee2991a3b4ac0d251b808dd599049f3fe26"><code>de054ee</code></a> Cut 0.91.1</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/c21be8fce748a425e2d155986d51e93b245ea19a"><code>c21be8f</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8372">#8372</a>] Fix <code>Lint/RedundantCopEnableDirective</code> autocorrection not removin...</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/b59c48aead6a83431956ebc9f06c64571ff56550"><code>b59c48a</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8372">#8372</a>] Fix <code>Lint/RedundantCopDisableDirective</code> autocorrection removing a...</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/39f0624548986489646f68897fdfe464d143f2de"><code>39f0624</code></a> Move a changelog entry</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/54c63cfe762106aec449629800d35a066d7d24d7"><code>54c63cf</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8576">#8576</a>] Fix <code>Style/IfUnlessModifier</code> to ignore cop disable comment direct...</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/3ec3e384dec099bd55f033e83a463a80e0477339"><code>3ec3e38</code></a> Tweak a couple of changelog entries</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/5cc162e7ab4d4122a070a88a605ec457a3079df9"><code>5cc162e</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8771">#8771</a>] Fix an error for <code>Style/OneLineConditional</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/faaa683ddbf4e7302c1b7e595aadfc62f696ac0a"><code>faaa683</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8769">#8769</a> from koic/use_cop_base_api_for_several_style_cops</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/c70badc168427112e422249bed34a77d451cccec"><code>c70badc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8768">#8768</a> from fatkodima/redundant_return-rescue-else</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/fd6d273a7bf6d1dff9b6cc7b480766848275f7d1"><code>fd6d273</code></a> Use <code>Cop::Base</code> API for some <code>Style</code> cops</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop/compare/v0.91.0...v0.91.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop&package-manager=bundler&previous-version=0.91.0&new-version=0.91.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/2847

-- Commit Summary --

  * Bump rubocop from 0.91.0 to 0.91.1

-- File Changes --

    M Gemfile.lock (2)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/2847.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2847.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/2847
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200923/418f0103/attachment-0001.htm>


More information about the rails-dev mailing list