<p>Bumps <a href="https://github.com/rubocop-hq/rubocop">rubocop</a> from 0.91.0 to 0.91.1.</p>
<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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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" rel="nofollow">#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>
<p><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates"><img src="https://camo.githubusercontent.com/e5b66f7bdd3d4ab3071e5004df3cf65c0b4b2ca0/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d7275626f636f70267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d302e39312e30266e65772d76657273696f6e3d302e39312e31" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop&package-manager=bundler&previous-version=0.91.0&new-version=0.91.1" style="max-width:100%;"></a></p>
<p>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 <code>@dependabot rebase</code>.</p>
<hr>
<details>
<summary>Dependabot commands and options</summary>
<br>
<p>You can trigger Dependabot actions by commenting on this PR:</p>
<ul>
<li><code>@dependabot rebase</code> will rebase this PR</li>
<li><code>@dependabot recreate</code> will recreate this PR, overwriting any edits that have been made to it</li>
<li><code>@dependabot merge</code> will merge this PR after your CI passes on it</li>
<li><code>@dependabot squash and merge</code> will squash and merge this PR after your CI passes on it</li>
<li><code>@dependabot cancel merge</code> will cancel a previously requested merge and block automerging</li>
<li><code>@dependabot reopen</code> will reopen this PR if it is closed</li>
<li><code>@dependabot close</code> will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually</li>
<li><code>@dependabot ignore this major version</code> will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this minor version</code> will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this dependency</code> will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)</li>
</ul>
</details>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/openstreetmap/openstreetmap-website/pull/2847'>https://github.com/openstreetmap/openstreetmap-website/pull/2847</a></p>
<h4>Commit Summary</h4>
<ul>
<li>Bump rubocop from 0.91.0 to 0.91.1</li>
</ul>
<h4>File Changes</h4>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/2847/files#diff-e79a60dc6b85309ae70a6ea8261eaf95">Gemfile.lock</a>
(2)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2847.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2847.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2847.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2847.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2847">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLJXDXHFSUYASSICQX3SHLHBZANCNFSM4RX2TK6Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLP3Y77TFQANDSLCZITSHLHBZA5CNFSM4RX2TK62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KRRAIDA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/2847",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2847",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>