<p>Bumps <a href="https://github.com/rubocop-hq/rubocop-performance">rubocop-performance</a> from 1.8.1 to 1.9.0.</p>
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rubocop-hq/rubocop-performance/releases">rubocop-performance's releases</a>.</em></p>
<blockquote>
<h2>RuboCop Performance 1.9.0</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/173" rel="nofollow">#173</a>: Add new <code>Performance/BlockGivenWithExplicitBlock</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/136" rel="nofollow">#136</a>: Add new <code>Performance/MethodObjectAsBlock</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/151" rel="nofollow">#151</a>: Add new <code>Performance/ConstantRegexp</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/175" rel="nofollow">#175</a>: Add new <code>Performance/ArraySemiInfiniteRangeSlice</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/189" rel="nofollow">#189</a>: Support auto-correction for <code>Performance/Caller</code>. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/171" rel="nofollow">#171</a>: Extend auto-correction support for <code>Performance/Sum</code>. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/194" rel="nofollow">#194</a>: Support auto-correction for <code>Performance/UnfreezeString</code>. (<a href="https://github.com/koic">@koic</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/181" rel="nofollow">#181</a>: Change default configuration for <code>Performance/CollectionLiteralInLoop</code> to <code>Enabled: 'pending'</code>. (<a href="https://github.com/ghiculescu">@ghiculescu</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/170" rel="nofollow">#170</a>: Extend <code>Performance/Sum</code> to register an offense for <code>map { ... }.sum</code>. (<a href="https://github.com/eugeneius">@eugeneius</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/179" rel="nofollow">#179</a>: Change <code>Performance/Sum</code> to warn about empty arrays, and not register an offense on empty array literals. (<a href="https://github.com/ghiculescu">@ghiculescu</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/180" rel="nofollow">#180</a>: Require RuboCop 0.90 or higher. (<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-performance/blob/master/CHANGELOG.md">rubocop-performance's changelog</a>.</em></p>
<blockquote>
<h2>1.9.0 (2020-11-17)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/173" rel="nofollow">#173</a>: Add new <code>Performance/BlockGivenWithExplicitBlock</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/136" rel="nofollow">#136</a>: Add new <code>Performance/MethodObjectAsBlock</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/151" rel="nofollow">#151</a>: Add new <code>Performance/ConstantRegexp</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/175" rel="nofollow">#175</a>: Add new <code>Performance/ArraySemiInfiniteRangeSlice</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/189" rel="nofollow">#189</a>: Support auto-correction for <code>Performance/Caller</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/171" rel="nofollow">#171</a>: Extend auto-correction support for <code>Performance/Sum</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/194" rel="nofollow">#194</a>: Support auto-correction for <code>Performance/UnfreezeString</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/181" rel="nofollow">#181</a>: Change default configuration for <code>Performance/CollectionLiteralInLoop</code> to <code>Enabled: 'pending'</code>. ([<a href="https://github.com/ghiculescu">@ghiculescu</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/170" rel="nofollow">#170</a>: Extend <code>Performance/Sum</code> to register an offense for <code>map { ... }.sum</code>. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/179" rel="nofollow">#179</a>: Change <code>Performance/Sum</code> to warn about empty arrays, and not register an offense on empty array literals. ([<a href="https://github.com/ghiculescu">@ghiculescu</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/180" rel="nofollow">#180</a>: Require RuboCop 0.90 or higher. ([<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-performance/commit/36c45f9bce3880e54938b56fee2f6cd1bc769d4c"><code>36c45f9</code></a> Cut 1.9.0</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/3a7024e8683ca20c938658131d5af76d97fe9576"><code>3a7024e</code></a> Prepare for incompatible APIs in RuboCop 2.0</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/f07d908f4a69c067302b7b1e0afcf23d7442bcf2"><code>f07d908</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/194" rel="nofollow">#194</a> from koic/support_autocorrect_for_performance_unfreez...</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/60551d8d8622a426d166939c63e443be615320da"><code>60551d8</code></a> Support auto-correction for <code>Performance/UnfreezeString</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/2fe6f676b65110c94c03eedc269d7c8144faf2a3"><code>2fe6f67</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/188" rel="nofollow">#188</a> from koic/extend_support_autocorrect_for_performance_sum</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/591c7119f5020ff46cf759ee9dcd2e8273297399"><code>591c711</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/171" rel="nofollow">#171</a>] Extend auto-correction support for <code>Performance/Sum</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/965ca591369f1f3fc91fede551a616cf6bc99504"><code>965ca59</code></a> Suppress an offenses</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/392ac0cb552f6851519cf4be0bdd4f135c1edf86"><code>392ac0c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/189" rel="nofollow">#189</a> from koic/support_autocorrect_for_performance_caller</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/eccc62a6d3dca45acd367c4600e133847b0860b4"><code>eccc62a</code></a> Support auto-correction for <code>Performance/Caller</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/eb26b4ae942704be1dd2b5c14ef613692c1747d1"><code>eb26b4a</code></a> Move development dependency to Gemfile</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop-performance/compare/v1.8.1...v1.9.0">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/9a131e8eaceb8555e4e8464b11b1bb36b9262ebf6b3be1173a528dce04a9aca8/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d7275626f636f702d706572666f726d616e6365267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d312e382e31266e65772d76657273696f6e3d312e392e30" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop-performance&package-manager=bundler&previous-version=1.8.1&new-version=1.9.0" 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/2967'>https://github.com/openstreetmap/openstreetmap-website/pull/2967</a></p>
<h4>Commit Summary</h4>
<ul>
<li>Bump rubocop-performance from 1.8.1 to 1.9.0</li>
</ul>
<h4>File Changes</h4>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/2967/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f">Gemfile.lock</a>
(8)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2967.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2967.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2967.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2967.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/2967">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLMQE4NTI3ZY4TWIBRDSQH7SHANCNFSM4TYCJEJA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLM7632S24TZKUFNXALSQH7SHA5CNFSM4TYCJEJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LC62Q7A.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/2967",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2967",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>