Skip to content

Commit 5d3de9d

Browse files
Bump rubocop-performance from 1.22.1 to 1.23.0 in the linters group (#4066)
Bumps the linters group with 1 update: [rubocop-performance](https://github.com/rubocop/rubocop-performance). Updates `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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbf42c0 commit 5d3de9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ GEM
210210
actionview (>= 5.0.0)
211211
activesupport (>= 5.0.0)
212212
jmespath (1.6.2)
213-
json (2.8.1)
213+
json (2.8.2)
214214
kaminari (1.2.2)
215215
activesupport (>= 4.1.0)
216216
kaminari-actionview (= 1.2.2)
@@ -414,7 +414,7 @@ GEM
414414
rubocop (~> 1.41)
415415
rubocop-factory_bot (2.26.1)
416416
rubocop (~> 1.61)
417-
rubocop-performance (1.22.1)
417+
rubocop-performance (1.23.0)
418418
rubocop (>= 1.48.1, < 2.0)
419419
rubocop-ast (>= 1.31.1, < 2.0)
420420
rubocop-rails (2.27.0)

0 commit comments

Comments
 (0)