<p>Bumps <a href="https://github.com/rubocop-hq/rubocop">rubocop</a> from 0.93.0 to 0.93.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.93.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8782" rel="nofollow">#8782</a>: Fix incorrect autocorrection for <code>Style/TernaryParentheses</code> with <code>defined?</code>. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8867" rel="nofollow">#8867</a>: Rework <code>Lint/RedundantSafeNavigation</code> to be more safe. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8864" rel="nofollow">#8864</a>: Fix false positive for <code>Style/RedundantBegin</code> with a postfix <code>while</code> or <code>until</code>. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8869" rel="nofollow">#8869</a>: Fix a false positive for <code>Style/RedundantBegin</code> when using <code>begin</code> for or assignment and method call. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8862" rel="nofollow">#8862</a>: Fix an error for <code>Lint/AmbiguousRegexpLiteral</code> when using regexp without method calls in nested structure. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8872" rel="nofollow">#8872</a>: Fix an error for <code>Metrics/ClassLength</code> when multiple assignments to constants. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8871" rel="nofollow">#8871</a>: Fix a false positive for <code>Style/RedundantBegin</code> when using <code>begin</code> for method argument or part of conditions. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8875" rel="nofollow">#8875</a>: Fix an incorrect auto-correct for <code>Style/ClassEqualityComparison</code> when comparing class name. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8880" rel="nofollow">#8880</a>: Fix an error for <code>Style/ClassLength</code> when overlapping constant assignments. (<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/blob/master/CHANGELOG.md">rubocop's changelog</a>.</em></p>
<blockquote>
<h2>0.93.1 (2020-10-12)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8782" rel="nofollow">#8782</a>: Fix incorrect autocorrection for <code>Style/TernaryParentheses</code> with <code>defined?</code>. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8867" rel="nofollow">#8867</a>: Rework <code>Lint/RedundantSafeNavigation</code> to be more safe. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8864" rel="nofollow">#8864</a>: Fix false positive for <code>Style/RedundantBegin</code> with a postfix <code>while</code> or <code>until</code>. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8869" rel="nofollow">#8869</a>: Fix a false positive for <code>Style/RedundantBegin</code> when using <code>begin</code> for or assignment and method call. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8862" rel="nofollow">#8862</a>: Fix an error for <code>Lint/AmbiguousRegexpLiteral</code> when using regexp without method calls in nested structure. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8872" rel="nofollow">#8872</a>: Fix an error for <code>Metrics/ClassLength</code> when multiple assignments to constants. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8871" rel="nofollow">#8871</a>: Fix a false positive for <code>Style/RedundantBegin</code> when using <code>begin</code> for method argument or part of conditions. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8875" rel="nofollow">#8875</a>: Fix an incorrect auto-correct for <code>Style/ClassEqualityComparison</code> when comparing class name. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8880" rel="nofollow">#8880</a>: Fix an error for <code>Style/ClassLength</code> when overlapping constant assignments. ([<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/commit/f561472e57487d8ac30959da833683b21d2febff"><code>f561472</code></a> Cut 0.93.1</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/c40307ad5a4f3318256bd34728789bf80b525d84"><code>c40307a</code></a> Rework <code>Lint/RedundantSafeNavigation</code> to be more safe</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/eb9b664fdadcbc6079c193111d5ebade94d3aa4e"><code>eb9b664</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8880" rel="nofollow">#8880</a>] Fix an error for <code>Style/ClassLength</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/0798771d96c95bdf4c073721104c19be0695d806"><code>0798771</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8876" rel="nofollow">#8876</a> from koic/fix_incorrect_autocorrect_for_class_equali...</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/ec93d26ff00afcf7c26001e74417b54c4cd8c400"><code>ec93d26</code></a> Tweak the offense message for <code>Style/ClassEqualityComparison</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/4733d704cdbdb808264870d721db94f3b3b4c333"><code>4733d70</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8875" rel="nofollow">#8875</a>] Fix incorrect autocorrect for <code>Style/ClassEqualityComparison</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/272771be496d0d077df1344776f79c276930d228"><code>272771b</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8871" rel="nofollow">#8871</a>] Fix a false positive for <code>Style/RedundantBegin</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/f488821ace72c3ee050770fa23ffa956546887b2"><code>f488821</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8872" rel="nofollow">#8872</a>] Fix an error for <code>Metrics/ClassLength</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/f79e1c01f776d3750cc1fa1f6744ebaad1cf053c"><code>f79e1c0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8863" rel="nofollow">#8863</a> from koic/fix_error_for_ambiguous_regexp_literal</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/e36f12090c53a87a3920a1831b1415ef995b35b9"><code>e36f120</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8862" rel="nofollow">#8862</a>] Fix an error for <code>Lint/AmbiguousRegexpLiteral</code></li>
<li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop/compare/v0.93.0...v0.93.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/a9a03c90a1ff1d3a8516a8fc2cc824c23bf0c1fd/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d7275626f636f70267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d302e39332e30266e65772d76657273696f6e3d302e39332e31" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop&package-manager=bundler&previous-version=0.93.0&new-version=0.93.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/2881'>https://github.com/openstreetmap/openstreetmap-website/pull/2881</a></p>
<h4>Commit Summary</h4>
<ul>
<li>Bump rubocop from 0.93.0 to 0.93.1</li>
</ul>
<h4>File Changes</h4>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/2881/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f">Gemfile.lock</a>
(6)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2881.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2881.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2881.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2881.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/2881">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLKB2XV3OM6MAS3KQX3SKPNLZANCNFSM4SOCDETQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLNG3O6AG736E32FE2LSKPNLZA5CNFSM4SOCDET2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KXIIRUA.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/2881",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2881",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>