<p>Bumps <a href="https://github.com/rubocop-hq/rubocop-performance">rubocop-performance</a> from 1.8.0 to 1.8.1.</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.8.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/164" rel="nofollow">#164</a>: Fix an error for <code>Performance/CollectionLiteralInLoop</code> when a method from <code>Enumerable</code> is called with no receiver. (<a href="https://github.com/eugeneius">@eugeneius</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/165" rel="nofollow">#165</a>: Fix a false positive for <code>Performance/Sum</code> when using initial value argument is a variable. (<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/163" rel="nofollow">#163</a>: Change <code>Performance/Detect</code> to also detect offenses when index 0 or -1 is used instead (ie. <code>detect{ ... }[0]</code>). (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/168" rel="nofollow">#168</a>: Extend <code>Performance/Sum</code> to register an offense for <code>inject(&:+)</code>. (<a href="https://github.com/eugeneius">@eugeneius</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.8.1 (2020-09-19)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/164" rel="nofollow">#164</a>: Fix an error for <code>Performance/CollectionLiteralInLoop</code> when a method from <code>Enumerable</code> is called with no receiver. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/165" rel="nofollow">#165</a>: Fix a false positive for <code>Performance/Sum</code> when using initial value argument is a variable. ([<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/163" rel="nofollow">#163</a>: Change <code>Performance/Detect</code> to also detect offenses when index 0 or -1 is used instead (ie. <code>detect{ ... }[0]</code>). ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/168" rel="nofollow">#168</a>: Extend <code>Performance/Sum</code> to register an offense for <code>inject(&:+)</code>. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/5d5de8bd853d4c19801c71538e108cec9137046c"><code>5d5de8b</code></a> Cut 1.8.1</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/4bfca8fa8f9c7e9071d15dca2360c11ec0abb380"><code>4bfca8f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/168" rel="nofollow">#168</a> from eugeneius/sum_block_pass</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/19223fc14d48bf9037d3dca0eefc7d26e6eb0fcb"><code>19223fc</code></a> Handle inject(&:+) in Performance/Sum</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/6d7e45f009b125cef32f1abbc49d2d5a039cd1c1"><code>6d7e45f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/167" rel="nofollow">#167</a> from dvandersluis/detect-indexed</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/627f47dc6d99586a3fee9ab7358c74da6b842db0"><code>627f47d</code></a> Bump rubocop-ast requirement to >= 0.4.0</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/382340966b7b065fe463680c73cb56ab4b0ab878"><code>3823409</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/163" rel="nofollow">#163</a>] Detect array indexes for <code>Performance/Detect</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/a117b59cf2e9fe892f5c66d853b4acb7f2cb78ef"><code>a117b59</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/166" rel="nofollow">#166</a> from koic/fix_false_positive_for_performance_sum</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/61578d9fb2a5d62d68b955d628d30cfc760821d7"><code>61578d9</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/165" rel="nofollow">#165</a>] Fix a false positive for <code>Performance/Sum</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/5da259bcd46aa5372ffa3e5005e208202d8d64f9"><code>5da259b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/164" rel="nofollow">#164</a> from eugeneius/collection_literal_in_loop_no_receiver</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/1c23eba1d136608004b21fa11e7c65e3a5d87296"><code>1c23eba</code></a> Handle Enumerable methods called with no receiver</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop-performance/compare/v1.8.0...v1.8.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/ab49073a700c21a25e43307b7d191f2d7c8c3f34/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d7275626f636f702d706572666f726d616e6365267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d312e382e30266e65772d76657273696f6e3d312e382e31" 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.0&new-version=1.8.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/2846'>https://github.com/openstreetmap/openstreetmap-website/pull/2846</a></p>
<h4>Commit Summary</h4>
<ul>
<li>Bump rubocop-performance from 1.8.0 to 1.8.1</li>
</ul>
<h4>File Changes</h4>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/2846/files#diff-e79a60dc6b85309ae70a6ea8261eaf95">Gemfile.lock</a>
(7)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2846.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2846.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2846.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2846.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/2846">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLIPYB5QNNK3Y53JBR3SG3MZ3ANCNFSM4RUCWFOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLJD4PEXC5KGCB6LCR3SG3MZ3A5CNFSM4RUCWFO2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KQJYF2Q.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/2846",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2846",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>