<p>Bumps <a href="https://github.com/rubocop-hq/rubocop-performance">rubocop-performance</a> from 1.6.1 to 1.7.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.7.0</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/141" rel="nofollow">#141</a>: Add new <code>Performance/RedundantStringChars</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/127" rel="nofollow">#127</a>: Add new <code>Performance/IoReadlines</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/128" rel="nofollow">#128</a>: Add new <code>Performance/ReverseFirst</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/132" rel="nofollow">#132</a>: Add new <code>Performance/RedundantSortBlock</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/125" rel="nofollow">#125</a>: Support <code>Array()</code> and <code>Hash()</code> methods for <code>Performance/Size</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/124" rel="nofollow">#124</a>: Add new <code>Performance/Squeeze</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/129" rel="nofollow">#129</a>: Add new <code>Performance/BigDecimalWithNumericArgument</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/130" rel="nofollow">#130</a>: Add new <code>Performance/SortReverse</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/81" rel="nofollow">#81</a>: Add new <code>Performance/StringInclude</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/123" rel="nofollow">#123</a>: Add new <code>Performance/AncestorsInclude</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/125" rel="nofollow">#125</a>: Support <code>Range#member?</code> method for <code>Performance/RangeInclude</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/138" rel="nofollow">#138</a>: Drop support for RuboCop 0.81 or lower. (<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.7.0 (2020-07-07)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/141" rel="nofollow">#141</a>: Add new <code>Performance/RedundantStringChars</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/127" rel="nofollow">#127</a>: Add new <code>Performance/IoReadlines</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/128" rel="nofollow">#128</a>: Add new <code>Performance/ReverseFirst</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/132" rel="nofollow">#132</a>: Add new <code>Performance/RedundantSortBlock</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/125" rel="nofollow">#125</a>: Support <code>Array()</code> and <code>Hash()</code> methods for <code>Performance/Size</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/124" rel="nofollow">#124</a>: Add new <code>Performance/Squeeze</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/129" rel="nofollow">#129</a>: Add new <code>Performance/BigDecimalWithNumericArgument</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/130" rel="nofollow">#130</a>: Add new <code>Performance/SortReverse</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/81" rel="nofollow">#81</a>: Add new <code>Performance/StringInclude</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/123" rel="nofollow">#123</a>: Add new <code>Performance/AncestorsInclude</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/125" rel="nofollow">#125</a>: Support <code>Range#member?</code> method for <code>Performance/RangeInclude</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/138" rel="nofollow">#138</a>: Drop support for RuboCop 0.81 or lower. ([<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/b91d5a4ef2978dd5c079bbf8c8d12d16d487d1a7"><code>b91d5a4</code></a> Cut 1.7.0</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/7885e7283f23e45aae97f7799f10f10e19674b94"><code>7885e72</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/143" rel="nofollow">#143</a> from koic/fix_false_positive_for_string_include</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/403c46efae27a36bb4e9dc7366db8259d6c5cae9"><code>403c46e</code></a> Make a safe detection for <code>Performance/StringInclude</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/e8bc8e7d04225b5280e34d055587a0da5e89d63d"><code>e8bc8e7</code></a> Make cop status pending until RuboCop Performance 2.0</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/2757251db89619e0f3e0e143348f05163f308f3b"><code>2757251</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/141" rel="nofollow">#141</a> from fatkodima/string-chars-cop</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/34499a1f5257b5639465c682d1c33e41b03d7dc0"><code>34499a1</code></a> Use version without patch in antora's config</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/1e5c15eea67b4e6a80d1a2ef938af8d86e1df96e"><code>1e5c15e</code></a> Teach cut_release about antora.yml</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/f61504751f5021fa1beca5e0aca1088103b0296e"><code>f615047</code></a> Add new <code>Performance/RedundantStringChars</code> cop</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/c0402b7303861fe595b941b0641e47b7923aa1b5"><code>c0402b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/142" rel="nofollow">#142</a> from koic/fix_build_error_for_chain_array_allocation</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/eb45fb834ed86be7c4743e809504e8b17f8e2352"><code>eb45fb8</code></a> Fix a build error for <code>Performance/ChainArrayAllocation</code></li>
<li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop-performance/compare/v1.6.1...v1.7.0">compare view</a></li>
</ul>
</details>
<br>
<p><a href="https://help.github.com/articles/configuring-automated-security-fixes"><img src="https://camo.githubusercontent.com/2da9b71624695c47ef7c811102d188886301b0b6/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d7275626f636f702d706572666f726d616e6365267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d312e362e31266e65772d76657273696f6e3d312e372e30" 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.6.1&new-version=1.7.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/2693'>https://github.com/openstreetmap/openstreetmap-website/pull/2693</a></p>
<h4>Commit Summary</h4>
<ul>
<li>Bump rubocop-performance from 1.6.1 to 1.7.0</li>
</ul>
<h4>File Changes</h4>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/2693/files#diff-e79a60dc6b85309ae70a6ea8261eaf95">Gemfile.lock</a>
(4)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2693.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2693.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2693.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2693.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/2693">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLO4RDRNH3Y43RPMOZDR2KT5ZANCNFSM4OSNUW4A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLKYD7YPI5DM3TLBNH3R2KT5ZA5CNFSM4OSNUW4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4JW4X3YA.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/2693",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2693",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>