Update dependency rubocop to v1.79.2
This MR contains the following updates:
| Package | Update | Change | MyDiffEnd | 
|---|---|---|---|
| rubocop (source, changelog) | patch | 1.79.1->1.79.2 | https://my.diffend.io/gems/rubocop/1.79.1/1.79.2 | 
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
rubocop/rubocop (rubocop)
v1.79.2
Bug fixes
- #11664: Cache wasn't getting used when using parallelization. ([@jvlara][])
- 
#14411: Fix false negatives for Layout/EmptyLinesAroundClassBodywhen a class body starts with a blank line and defines a multiline superclass. ([@koic][])
- 
#14413: Fix a false positive for Layout/EmptyLinesAroundArgumentswith multiline strings that contain only whitespace. ([@earlopain][])
- 
#14408: Fix false-positive for Layout/EmptyLinesAfterModuleInclusionwhen inclusion is called with modifier. ([@r7kamura][])
- 
#14402: Fix false positives for Lint/UselessAssignmentwhen duplicate assignments appear inifbranch inside a loop and the variable is used outsidewhileloop. ([@koic][])
- 
#14416: Fix false positives for Style/MapToHashwhen usingto_hwith block argument. ([@koic][])
- 
#14418: Fix false positives for Style/MapToSetwhen usingto_setwith block argument. ([@koic][])
- 
#14420: Fix false positives for Style/SafeNavigationwhen ternary expression with operator method call with method chain. ([@koic][])
Changes
- 
#14407: Register offense for parentheses around method calls with blocks in Style/RedundantParentheses. ([@lovro-bikic][])
Configuration
- 
If you want to rebase/retry this MR, check this box 
This MR has been generated by Renovate Bot.