Skip to content

Commit dc10cd5

Browse files
Update dependency rubocop to v1.81.7 (#698)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [rubocop](https://rubocop.org/) ([source](https://redirect.github.com/rubocop/rubocop), [changelog](https://redirect.github.com/rubocop/rubocop/releases/tag/v1.81.7)) | `1.81.6` -> `1.81.7` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/rubocop/1.81.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rubocop/1.81.6/1.81.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rubocop/rubocop (rubocop)</summary> ### [`v1.81.7`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1817-2025-10-31) [Compare Source](https://redirect.github.com/rubocop/rubocop/compare/v1.81.6...v1.81.7) ##### Bug fixes - [#&#8203;14597](https://redirect.github.com/rubocop/rubocop/issues/14597): Fix an infinite loop error for `Layout/HashAlignment` when `EnforcedStyle: with_fixed_indentation` is specified for `Layout/ArgumentAlignment`. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14621](https://redirect.github.com/rubocop/rubocop/issues/14621): Fix an error for `Naming/PredicateMethod` when using an `in` pattern with empty parentheses body. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14631](https://redirect.github.com/rubocop/rubocop/pull/14631): Fix an error for `Style/SoleNestedConditional` when using nested single line `if`. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14626](https://redirect.github.com/rubocop/rubocop/issues/14626): Fix false positives in `Style/ConstantVisibility` when visibility is declared with multiple constants. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14628](https://redirect.github.com/rubocop/rubocop/issues/14628): Fix false positives for `Style/FloatDivision` when using `Regexp.last_match` or nth reference (e.g., `$1`). (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14617](https://redirect.github.com/rubocop/rubocop/pull/14617): Handle non-specific issues with the Gemfile to allow fallback. (\[[@&#8203;Fryguy](https://redirect.github.com/Fryguy)]\[]) - [#&#8203;14622](https://redirect.github.com/rubocop/rubocop/pull/14622): Fix an error for `Naming/MethodName` when the first argument to `alias` contains interpolation. (\[[@&#8203;earlopain](https://redirect.github.com/earlopain)]\[]) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-ruby). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6132028 commit dc10cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GEM
8383
diff-lcs (>= 1.2.0, < 2.0)
8484
rspec-support (~> 3.13.0)
8585
rspec-support (3.13.6)
86-
rubocop (1.81.6)
86+
rubocop (1.81.7)
8787
json (~> 2.3)
8888
language_server-protocol (~> 3.17.0.2)
8989
lint_roller (~> 1.1.0)

0 commit comments

Comments
 (0)