Skip to content

Commit 4e7042b

Browse files
Update dependency rubocop to v1.79.2 (#636)
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.79.2)) | `1.79.1` -> `1.79.2` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/rubocop/1.79.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rubocop/1.79.1/1.79.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rubocop/rubocop (rubocop)</summary> ### [`v1.79.2`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1792-2025-08-05) [Compare Source](https://redirect.github.com/rubocop/rubocop/compare/v1.79.1...v1.79.2) ##### Bug fixes - [#&#8203;11664](https://redirect.github.com/rubocop/rubocop/issues/11664): Cache wasn't getting used when using parallelization. (\[[@&#8203;jvlara](https://redirect.github.com/jvlara)]\[]) - [#&#8203;14411](https://redirect.github.com/rubocop/rubocop/issues/14411): Fix false negatives for `Layout/EmptyLinesAroundClassBody` when a class body starts with a blank line and defines a multiline superclass. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14413](https://redirect.github.com/rubocop/rubocop/issues/14413): Fix a false positive for `Layout/EmptyLinesAroundArguments` with multiline strings that contain only whitespace. (\[[@&#8203;earlopain](https://redirect.github.com/earlopain)]\[]) - [#&#8203;14408](https://redirect.github.com/rubocop/rubocop/pull/14408): Fix false-positive for `Layout/EmptyLinesAfterModuleInclusion` when inclusion is called with modifier. (\[[@&#8203;r7kamura](https://redirect.github.com/r7kamura)]\[]) - [#&#8203;14402](https://redirect.github.com/rubocop/rubocop/issues/14402): Fix false positives for `Lint/UselessAssignment` when duplicate assignments appear in `if` branch inside a loop and the variable is used outside `while` loop. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14416](https://redirect.github.com/rubocop/rubocop/issues/14416): Fix false positives for `Style/MapToHash` when using `to_h` with block argument. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14418](https://redirect.github.com/rubocop/rubocop/pull/14418): Fix false positives for `Style/MapToSet` when using `to_set` with block argument. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14420](https://redirect.github.com/rubocop/rubocop/issues/14420): Fix false positives for `Style/SafeNavigation` when ternary expression with operator method call with method chain. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) ##### Changes - [#&#8203;14407](https://redirect.github.com/rubocop/rubocop/pull/14407): Register offense for parentheses around method calls with blocks in `Style/RedundantParentheses`. (\[[@&#8203;lovro-bikic](https://redirect.github.com/lovro-bikic)]\[]) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aad6737 commit 4e7042b

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.4)
86-
rubocop (1.79.1)
86+
rubocop (1.79.2)
8787
json (~> 2.3)
8888
language_server-protocol (~> 3.17.0.2)
8989
lint_roller (~> 1.1.0)

0 commit comments

Comments
 (0)