Skip to content

Commit 7e65135

Browse files
authored
build(deps-dev): bump rubocop-performance from 1.26.0 to 1.26.1 in the all-dependencies group (#191)
Bumps the all-dependencies group with 1 update: [rubocop-performance](https://github.com/rubocop/rubocop-performance). Updates `rubocop-performance` from 1.26.0 to 1.26.1 <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 v1.26.1</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/issues/517">#517</a>: Fix false positives for <code>Performance/RedundantStringChars</code> when using <code>str.chars[0, 2]</code>. (<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/520">#520</a>: Disable <code>Performance/BigDecimalWithNumericArgument</code> by default. (<a href="https://github.com/earlopain"><code>@​earlopain</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.26.1 (2025-10-18)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/issues/517">#517</a>: Fix false positives for <code>Performance/RedundantStringChars</code> when using <code>str.chars[0, 2]</code>. ([<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/520">#520</a>: Disable <code>Performance/BigDecimalWithNumericArgument</code> by default. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-performance/commit/4783c90f850b7d5c4f139ffcec299d76a9211d3a"><code>4783c90</code></a> Cut 1.26.1</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/d3f18064f440cd827b4396ce6c8016f439ba38d9"><code>d3f1806</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/a63df04247c81ce5829016bf035688415e623b2f"><code>a63df04</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-performance/issues/521">#521</a> from Earlopain/disable-bigdecimal</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/7a5499fadf3f63a3e328a1f9904fba8022a625b0"><code>7a5499f</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop-performance/issues/520">#520</a>] Disable <code>Performance/BigDecimalWithNumericArgument</code> by default</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/03a607173ad2f11acb355fa9a339bdaa807b97a4"><code>03a6071</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-performance/issues/518">#518</a> from koic/fix_false_positives_for_performance_redunda...</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/a1ef194bf4064f5b5f09842f90698532fb688d1d"><code>a1ef194</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop-performance/issues/517">#517</a>] Fix false positives for <code>Performance/RedundantStringChars</code></li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/6e1afeb8b19b48fd0b6f255bada2a002c2dee426"><code>6e1afeb</code></a> Tweak bug report template</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/60ff474251651f7669666cd3b31a73d481c3e0d8"><code>60ff474</code></a> Suppress RuboCop's offense</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/955429a9097425b5114abc67a814eb4f2a393913"><code>955429a</code></a> Switch back docs version to master</li> <li>See full diff in <a href="https://github.com/rubocop/rubocop-performance/compare/v1.26.0...v1.26.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.26.0&new-version=1.26.1)](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>
2 parents a3cfe59 + eb7a4c3 commit 7e65135

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ GEM
3939
erubi (1.13.1)
4040
i18n (1.14.7)
4141
concurrent-ruby (~> 1.0)
42-
json (2.15.0)
42+
json (2.15.1)
4343
language_server-protocol (3.17.0.5)
4444
lint_roller (1.1.0)
4545
logger (1.7.0)
@@ -57,7 +57,7 @@ GEM
5757
parser (3.3.9.0)
5858
ast (~> 2.4.1)
5959
racc
60-
prism (1.5.1)
60+
prism (1.6.0)
6161
racc (1.8.1)
6262
rack (3.2.3)
6363
rails-dom-testing (2.3.0)
@@ -101,10 +101,10 @@ GEM
101101
rubocop (>= 1.76)
102102
rubocop-performance (>= 1.24)
103103
rubocop-rails (>= 2.23)
104-
rubocop-performance (1.26.0)
104+
rubocop-performance (1.26.1)
105105
lint_roller (~> 1.1)
106106
rubocop (>= 1.75.0, < 2.0)
107-
rubocop-ast (>= 1.44.0, < 2.0)
107+
rubocop-ast (>= 1.47.1, < 2.0)
108108
rubocop-rails (2.33.4)
109109
activesupport (>= 4.2.0)
110110
lint_roller (~> 1.1)

0 commit comments

Comments
 (0)