<p>Bumps <a href="https://github.com/rubocop-hq/rubocop-performance">rubocop-performance</a> from 1.7.0 to 1.7.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.7.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/147" rel="nofollow">#147</a>: Fix an error for <code>Performance/AncestorsInclude</code> when using <code>ancestors.include?</code> without receiver. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/150" rel="nofollow">#150</a>: Fix an incorrect autocorrect for <code>Performance/BigDecimalWithNumericArgument</code> when a precision is specified. (<a href="https://github.com/eugeneius">@eugeneius</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/149" rel="nofollow">#149</a>: Mark <code>Performance/AncestorsInclude</code> as unsafe. (<a href="https://github.com/eugeneius">@eugeneius</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/145" rel="nofollow">#145</a>: Mark <code>Performance/StringInclude</code> as <code>SafeAutocorrect: false</code> and disable autocorrect by default. (<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.1 (2020-07-18)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/147" rel="nofollow">#147</a>: Fix an error for <code>Performance/AncestorsInclude</code> when using <code>ancestors.include?</code> without receiver. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/150" rel="nofollow">#150</a>: Fix an incorrect autocorrect for <code>Performance/BigDecimalWithNumericArgument</code> when a precision is specified. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/149" rel="nofollow">#149</a>: Mark <code>Performance/AncestorsInclude</code> as unsafe. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/145" rel="nofollow">#145</a>: Mark <code>Performance/StringInclude</code> as <code>SafeAutocorrect: false</code> and disable autocorrect by default. ([<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/4971a693d739fbbe8f757db7cae53ddce5f89dda"><code>4971a69</code></a> Cut 1.7.1</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/dad69b112cd4a4130ece586e568dc36f3fe65b55"><code>dad69b1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/153" rel="nofollow">#153</a> from koic/mark_string_include_as_unsafe_autocorrect</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/5237b398d77a97af7536fd2d2f5ab5aabc22d41d"><code>5237b39</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/145" rel="nofollow">#145</a>] Mark <code>Performance/StringInclude</code> as unsafe</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/33832a87a0925a24147d09cc2f2e9444568fb427"><code>33832a8</code></a> Prevent missing final zero of version number for docs/antora.yml</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/3c83bf5429879b286dd64aa4dc36b75a9b2f1d20"><code>3c83bf5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/150" rel="nofollow">#150</a> from eugeneius/bigdecimal_float_precision</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/80bbdabc26efb06df801484d643f084053c59238"><code>80bbdab</code></a> Don't autocorrect BigDecimal with float when precision is specified</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/337d8690897ae580095dbd87fb0317cfa06e6dd3"><code>337d869</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/148" rel="nofollow">#148</a> from koic/fix_error_for_performance_ancestors_include</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/839e35b80169efcd70b7528c335931a3396468a0"><code>839e35b</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/147" rel="nofollow">#147</a>] Fix an error for <code>Performance/AncestorsInclude</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/e7de2ed69aa1f8212e3c4ffc86c0bea16eff9691"><code>e7de2ed</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/149" rel="nofollow">#149</a> from eugeneius/ancestors_include_unsafe</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/38cafded8a61fc366207c0b78f3aaa7c2df4ceb1"><code>38cafde</code></a> Mark Performance/AncestorsInclude as unsafe</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop-performance/compare/v1.7.0...v1.7.1">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/5a07810e4aa88d2bf8a15daacc652caa6b7724ff/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d7275626f636f702d706572666f726d616e6365267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d312e372e30266e65772d76657273696f6e3d312e372e31" 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.7.0&new-version=1.7.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/2718'>https://github.com/openstreetmap/openstreetmap-website/pull/2718</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Bump rubocop-performance from 1.7.0 to 1.7.1</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2718/files#diff-e79a60dc6b85309ae70a6ea8261eaf95">Gemfile.lock</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2718.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2718.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2718.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2718.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/2718">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLIH35J62IWXUY7NTWDR4PHVLANCNFSM4PB37VUQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLPYMM3GBLZ27VHCQFTR4PHVLA5CNFSM4PB37VU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4J3L7APQ.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/2718",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2718",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>