Skip to content

Commit

Permalink
Update rubocop-performance requirement from 1.22.1 to 1.23.0 (#144)
Browse files Browse the repository at this point in the history
Updates the requirements on
[rubocop-performance](https://github.com/rubocop/rubocop-performance) to
permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-performance/releases">rubocop-performance's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop Performance 1.23.0</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/pull/474">#474</a>:
Add new <code>Performance/StringBytesize</code> cop. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md">rubocop-performance's
changelog</a>.</em></p>
<blockquote>
<h2>1.23.0 (2024-11-14)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/pull/474">#474</a>:
Add new <code>Performance/StringBytesize</code> cop. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
</ul>
<h2>1.22.1 (2024-09-17)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/468">#468</a>:
Fix false positives for
<code>Performance/BigDecimalWithNumericArgument</code> when using float
argument for <code>BigDecimal</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h2>1.22.0 (2024-09-16)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/454">#454</a>:
Fix false positives for
<code>Performance/BigDecimalWithNumericArgument</code> when using
BigDecimal 3.1+. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/385">#385</a>:
Disable <code>Performance/BlockGivenWithExplicitBlock</code> by default.
([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/407">#407</a>:
Make <code>Performance/DoubleStartEndWith</code> aware of safe
navigation. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
</ul>
<h2>1.21.1 (2024-06-16)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/pull/452">#452</a>:
Fix an error for
<code>Performance/RedundantEqualityComparisonBlock</code> when the block
is empty. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
</ul>
<h2>1.21.0 (2024-03-30)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/pull/446">#446</a>:
Support Prism as a Ruby parser (experimental). ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/437">#437</a>:
Fix a false positive for <code>Performance/ChainArrayAllocation</code>
when using <code>select</code> with block argument after
<code>select</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/448">#448</a>:
Fix a false positive for <code>Performance/RedundantBlockCall</code>
when using <code>block.call</code> with block argument. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/240">#240</a>:
Disable <code>Performance/Casecmp</code> cop by default. ([<a
href="https://github.com/parkerfinch"><code>@​parkerfinch</code></a>][])</li>
</ul>
<h2>1.20.2 (2024-01-08)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/425">#425</a>:
Fix a false positive for
<code>Performance/StringIdentifierArgument</code> when using string
interpolation with methods that don't support symbols with
<code>::</code> inside them. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/7c904d61b02424aa5c038cdc7efd958c212905ae"><code>7c904d6</code></a>
Cut 1.23.0</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/8633b3aa8560570b1a18c27670ad4f9d6f928305"><code>8633b3a</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/3806fc40135a4e68e672e3046978ab42ae0928a1"><code>3806fc4</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/474">#474</a>
from viralpraxis/add-new-cop-performance-string-bytesize</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/d3637be8a7a036c9e84be09f3e68039adca9a0fa"><code>d3637be</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/475">#475</a>]
Add new <code>Performance/StringBytesize</code> cop</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/1ae01bccc03ce400dd649e11aaf94df487694c77"><code>1ae01bc</code></a>
Suppress new RuboCop offenses</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/fb0a21b67460353b134aced6c56193ee161fc4a8"><code>fb0a21b</code></a>
Use RuboCop RSpec 3.1</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/c75628f76fbd40523554daabc9e0481a7531a38d"><code>c75628f</code></a>
Switch back docs version to master</li>
<li>See full diff in <a
href="https://github.com/rubocop/rubocop-performance/compare/v1.22.1...v1.23.0">compare
view</a></li>
</ul>
</details>
<br />


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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent d72083a commit 32f9c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ gem "rake", "~> 13.0"
gem "rubocop", "1.68.0"
gem "rubocop-minitest", "0.36.0"
gem "rubocop-packaging", "0.5.2"
gem "rubocop-performance", "1.22.1"
gem "rubocop-performance", "1.23.0"
gem "rubocop-rake", "0.6.0"
gem "webmock"

0 comments on commit 32f9c20

Please sign in to comment.