Skip to content

Commit 4ca413d

Browse files
authored
chore(deps-dev): bump rubocop from 1.81.6 to 1.81.7 (#1132)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.81.6 to 1.81.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop/releases">rubocop's releases</a>.</em></p> <blockquote> <h2>RuboCop v1.81.7</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14597">#14597</a>: Fix an infinite loop error for <code>Layout/HashAlignment</code> when <code>EnforcedStyle: with_fixed_indentation</code> is specified for <code>Layout/ArgumentAlignment</code>. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14621">#14621</a>: Fix an error for <code>Naming/PredicateMethod</code> when using an <code>in</code> pattern with empty parentheses body. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14631">#14631</a>: Fix an error for <code>Style/SoleNestedConditional</code> when using nested single line <code>if</code>. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14626">#14626</a>: Fix false positives in <code>Style/ConstantVisibility</code> when visibility is declared with multiple constants. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14628">#14628</a>: Fix false positives for <code>Style/FloatDivision</code> when using <code>Regexp.last_match</code> or nth reference (e.g., <code>$1</code>). (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14617">#14617</a>: Handle non-specific issues with the Gemfile to allow fallback. (<a href="https://github.com/Fryguy"><code>@​Fryguy</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14622">#14622</a>: Fix an error for <code>Naming/MethodName</code> when the first argument to <code>alias</code> contains interpolation. (<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/blob/master/CHANGELOG.md">rubocop's changelog</a>.</em></p> <blockquote> <h2>1.81.7 (2025-10-31)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14597">#14597</a>: Fix an infinite loop error for <code>Layout/HashAlignment</code> when <code>EnforcedStyle: with_fixed_indentation</code> is specified for <code>Layout/ArgumentAlignment</code>. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14621">#14621</a>: Fix an error for <code>Naming/PredicateMethod</code> when using an <code>in</code> pattern with empty parentheses body. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14631">#14631</a>: Fix an error for <code>Style/SoleNestedConditional</code> when using nested single line <code>if</code>. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14626">#14626</a>: Fix false positives in <code>Style/ConstantVisibility</code> when visibility is declared with multiple constants. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14628">#14628</a>: Fix false positives for <code>Style/FloatDivision</code> when using <code>Regexp.last_match</code> or nth reference (e.g., <code>$1</code>). ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14617">#14617</a>: Handle non-specific issues with the Gemfile to allow fallback. ([<a href="https://github.com/Fryguy"><code>@​Fryguy</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14622">#14622</a>: Fix an error for <code>Naming/MethodName</code> when the first argument to <code>alias</code> contains interpolation. ([<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/commit/4a9b0531335345e72d6554630c6131c866c3b215"><code>4a9b053</code></a> Cut 1.81.7</li> <li><a href="https://github.com/rubocop/rubocop/commit/4e6aec26cc5012c87fba4016b65af304e06968e8"><code>4e6aec2</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/8b61b58bb3ff925f9fb982fefb21eaf81a274d3e"><code>8b61b58</code></a> Remove uselsss code from <code>Lint/Debugger</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/356416dd200f270144085a73ec3c847a8fb40ce8"><code>356416d</code></a> Skip unnecessary logic in <code>Style/Semicolon</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/c7d19ab1080a26664d4176ae0f9265ac07b78e26"><code>c7d19ab</code></a> [Docs] Tweak the doc for <code>Lint/MissingCopEnableDirective</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/b7cad37d52f7400d2492a64acdb0676fdccdd6ed"><code>b7cad37</code></a> Reuse <code>s.version</code> in gemspec</li> <li><a href="https://github.com/rubocop/rubocop/commit/300e29b017652e1d2633d74a81df24fe3d684338"><code>300e29b</code></a> Fix an error for <code>Style/SoleNestedConditional</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/eb0b07af863dd902094315497524921055621b99"><code>eb0b07a</code></a> Remove <code>bundler</code> gem from Gemfile</li> <li><a href="https://github.com/rubocop/rubocop/commit/e4baec89242f65eaf0fe2c262cc26a8481283922"><code>e4baec8</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14629">#14629</a> from koic/fix_false_positives_for_style_float_division</li> <li><a href="https://github.com/rubocop/rubocop/commit/f8e8cfa57405595d5b10f6828eb1d6ee3faa7d90"><code>f8e8cfa</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14627">#14627</a> from koic/fix_false_positives_for_style_constant_vi...</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.81.6...v1.81.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop&package-manager=bundler&previous-version=1.81.6&new-version=1.81.7)](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>
2 parents 9d1ac68 + 16b74a3 commit 4ca413d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ GEM
497497
optimist (3.2.1)
498498
orm_adapter (0.5.0)
499499
parallel (1.27.0)
500-
parser (3.3.9.0)
500+
parser (3.3.10.0)
501501
ast (~> 2.4.1)
502502
racc
503503
pg (1.6.2-aarch64-linux)
@@ -671,7 +671,7 @@ GEM
671671
rswag-ui (2.16.0)
672672
actionpack (>= 5.2, < 8.1)
673673
railties (>= 5.2, < 8.1)
674-
rubocop (1.81.6)
674+
rubocop (1.81.7)
675675
json (~> 2.3)
676676
language_server-protocol (~> 3.17.0.2)
677677
lint_roller (~> 1.1.0)

0 commit comments

Comments
 (0)