Skip to content

Commit f24ab18

Browse files
Update dependency rubocop to v1.75.4 (#552)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rubocop](https://rubocop.org/) ([source](https://redirect.github.com/rubocop/rubocop), [changelog](https://redirect.github.com/rubocop/rubocop/releases/tag/v1.75.4)) | `1.75.3` -> `1.75.4` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/rubocop/1.75.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/rubocop/1.75.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/rubocop/1.75.3/1.75.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rubocop/1.75.3/1.75.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rubocop/rubocop (rubocop)</summary> ### [`v1.75.4`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1754-2025-04-28) [Compare Source](https://redirect.github.com/rubocop/rubocop/compare/v1.75.3...v1.75.4) ##### Bug fixes - [#&#8203;14123](https://redirect.github.com/rubocop/rubocop/issues/14123): Fix an infinite loop error for `Lint/BooleanSymbol` when using the rocket hash syntax with a boolean symbol key. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14134](https://redirect.github.com/rubocop/rubocop/pull/14134): Fix an error for `Style/ComparableBetween` when comparing the value with itself. (\[[@&#8203;earlopain](https://redirect.github.com/earlopain)]\[]) - [#&#8203;14111](https://redirect.github.com/rubocop/rubocop/issues/14111): Fix an error for `Style/SafeNavigation` when the RHS of `&&` is a complex `||` expression composed of `&&` conditions. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14129](https://redirect.github.com/rubocop/rubocop/issues/14129): Fix false positives for `Style/ArgumentsForwarding` when using default positional arg, keyword arg, and block arg in Ruby 3.1. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14110](https://redirect.github.com/rubocop/rubocop/pull/14110): Fix false positives for `Style/RedundantParentheses` when parens around basic conditional as the second argument of a parenthesized method call. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14120](https://redirect.github.com/rubocop/rubocop/issues/14120): Fix false positives for `Style/RedundantParentheses` when parens around unparenthesized method call as the second argument of a parenthesized method call. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14133](https://redirect.github.com/rubocop/rubocop/pull/14133): Fix `Lint/LiteralAsCondition` autocorrect when a literal is the condition of an elsif followed by an else. (\[[@&#8203;zopolis4](https://redirect.github.com/zopolis4)]\[]) - [#&#8203;14116](https://redirect.github.com/rubocop/rubocop/issues/14116): Make `Style/TrailingCommaInArguments` cop aware of trailing commas in `[]` method call. (\[[@&#8203;viralpraxis](https://redirect.github.com/viralpraxis)]\[]) - [#&#8203;14114](https://redirect.github.com/rubocop/rubocop/pull/14114): Fix `Style/ClassAndModuleChildren` cop error on tab-intended compactable modules. (\[[@&#8203;viralpraxis](https://redirect.github.com/viralpraxis)]\[]) ##### Changes - [#&#8203;13611](https://redirect.github.com/rubocop/rubocop/issues/13611): Enable `Lint/CircularArgumentReference` on Ruby 3.4. (\[[@&#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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d33918 commit f24ab18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
diff-lcs (>= 1.2.0, < 2.0)
8282
rspec-support (~> 3.13.0)
8383
rspec-support (3.13.2)
84-
rubocop (1.75.3)
84+
rubocop (1.75.4)
8585
json (~> 2.3)
8686
language_server-protocol (~> 3.17.0.2)
8787
lint_roller (~> 1.1.0)

0 commit comments

Comments
 (0)