[openstreetmap/openstreetmap-website] Bump rubocop-performance from 1.7.0 to 1.7.1 (#2718)

dependabot[bot] notifications at github.com
Mon Jul 20 05:19:17 UTC 2020


Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.7.0 to 1.7.1.
<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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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 />


[![Dependabot compatibility score](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)](https://help.github.com/articles/configuring-automated-security-fixes)

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 `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/2718

-- Commit Summary --

  * Bump rubocop-performance from 1.7.0 to 1.7.1

-- File Changes --

    M Gemfile.lock (4)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/2718.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2718.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2718
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200719/2b85c829/attachment-0001.htm>


More information about the rails-dev mailing list