Skip to content

Commit

Permalink
chore(deps): bump rubocop-performance from 1.22.1 to 1.23.0 in /packa…
Browse files Browse the repository at this point in the history
…ges/ruby (#1137)

Bumps
[rubocop-performance](https://github.com/rubocop/rubocop-performance)
from 1.22.1 to 1.23.0.
<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>
</blockquote>
</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 compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop-performance&package-manager=bundler&previous-version=1.22.1&new-version=1.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>
Co-authored-by: Andrii Andreiev <[email protected]>
  • Loading branch information
dependabot[bot] and AndriiAndreiev authored Dec 6, 2024
1 parent 5c1dfde commit 2ad181e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GEM
rack (>= 1.3)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
rexml (3.3.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -65,9 +65,9 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-performance (1.22.1)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.2.0)
Expand Down

0 comments on commit 2ad181e

Please sign in to comment.