Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2025

Bumps rubocop from 1.81.6 to 1.81.7.

Release notes

Sourced from rubocop's releases.

RuboCop v1.81.7

Bug fixes

  • #14597: Fix an infinite loop error for Layout/HashAlignment when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. (@​koic)
  • #14621: Fix an error for Naming/PredicateMethod when using an in pattern with empty parentheses body. (@​koic)
  • #14631: Fix an error for Style/SoleNestedConditional when using nested single line if. (@​koic)
  • #14626: Fix false positives in Style/ConstantVisibility when visibility is declared with multiple constants. (@​koic)
  • #14628: Fix false positives for Style/FloatDivision when using Regexp.last_match or nth reference (e.g., $1). (@​koic)
  • #14617: Handle non-specific issues with the Gemfile to allow fallback. (@​Fryguy)
  • #14622: Fix an error for Naming/MethodName when the first argument to alias contains interpolation. (@​earlopain)
Changelog

Sourced from rubocop's changelog.

1.81.7 (2025-10-31)

Bug fixes

  • #14597: Fix an infinite loop error for Layout/HashAlignment when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. ([@​koic][])
  • #14621: Fix an error for Naming/PredicateMethod when using an in pattern with empty parentheses body. ([@​koic][])
  • #14631: Fix an error for Style/SoleNestedConditional when using nested single line if. ([@​koic][])
  • #14626: Fix false positives in Style/ConstantVisibility when visibility is declared with multiple constants. ([@​koic][])
  • #14628: Fix false positives for Style/FloatDivision when using Regexp.last_match or nth reference (e.g., $1). ([@​koic][])
  • #14617: Handle non-specific issues with the Gemfile to allow fallback. ([@​Fryguy][])
  • #14622: Fix an error for Naming/MethodName when the first argument to alias contains interpolation. ([@​earlopain][])
Commits
  • 4a9b053 Cut 1.81.7
  • 4e6aec2 Update Changelog
  • 8b61b58 Remove uselsss code from Lint/Debugger
  • 356416d Skip unnecessary logic in Style/Semicolon
  • c7d19ab [Docs] Tweak the doc for Lint/MissingCopEnableDirective
  • b7cad37 Reuse s.version in gemspec
  • 300e29b Fix an error for Style/SoleNestedConditional
  • eb0b07a Remove bundler gem from Gemfile
  • e4baec8 Merge pull request #14629 from koic/fix_false_positives_for_style_float_division
  • f8e8cfa Merge pull request #14627 from koic/fix_false_positives_for_style_constant_vi...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.81.6 to 1.81.7.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.81.6...v1.81.7)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.81.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 31, 2025
@github-actions github-actions bot enabled auto-merge October 31, 2025 17:02
@github-actions github-actions bot merged commit 519af00 into main Oct 31, 2025
3 checks passed
@github-actions github-actions bot deleted the dependabot/bundler/rubocop-1.81.7 branch October 31, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant