Skip to content

Commit aad6737

Browse files
Update dependency rubocop to v1.79.1 (#635)
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.1)) | `1.79.0` -> `1.79.1` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/rubocop/1.79.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rubocop/1.79.0/1.79.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rubocop/rubocop (rubocop)</summary> ### [`v1.79.1`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1791-2025-07-31) [Compare Source](https://redirect.github.com/rubocop/rubocop/compare/v1.79.0...v1.79.1) ##### Bug fixes - [#&#8203;14390](https://redirect.github.com/rubocop/rubocop/issues/14390): Fix wrong autocorrect for `Style/ArgumentsForwarding` when the method arguments contain `*`, `**` or `&`, and the method call contains `self` as the first argument. (\[[@&#8203;earlopain](https://redirect.github.com/earlopain)]\[]) - [#&#8203;14399](https://redirect.github.com/rubocop/rubocop/issues/14399): Fix false positives for `Layout/EmptyLinesAfterModuleInclusion` when `prepend` is used with block methods. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14396](https://redirect.github.com/rubocop/rubocop/pull/14396): Fix a false positive for `Style/RedundantParentheses` when parentheses are used around a one-line `rescue` expression inside a ternary operator. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14383](https://redirect.github.com/rubocop/rubocop/issues/14383): Fix false positives for `Lint/UselessAssignment` when duplicate assignments in `if` branch inside a loop. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14394](https://redirect.github.com/rubocop/rubocop/issues/14394): Fix false positive for `Lint/UselessAssignment` with `retry` in `rescue` branch. (\[[@&#8203;earlopain](https://redirect.github.com/earlopain)]\[]) - [#&#8203;14386](https://redirect.github.com/rubocop/rubocop/issues/14386): Fix false positives for `Style/RedundantParentheses` when parentheses are used around a one-line `rescue` expression inside array or hash literals. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14395](https://redirect.github.com/rubocop/rubocop/pull/14395): Fix LSP handling of URI-encoded paths with spaces. (\[[@&#8203;hakanensari](https://redirect.github.com/hakanensari)]\[]) ##### Changes - [#&#8203;14403](https://redirect.github.com/rubocop/rubocop/pull/14403): Enhance `Naming/MethodName` cop to detect offenses within `alias` and `alias_method` calls. (\[[@&#8203;viralpraxis](https://redirect.github.com/viralpraxis)]\[]) - [#&#8203;14389](https://redirect.github.com/rubocop/rubocop/pull/14389): Add support for `||` to `Lint/LiteralAsCondition`. (\[[@&#8203;zopolis4](https://redirect.github.com/zopolis4)]\[]) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40Ni4zIiwidXBkYXRlZEluVmVyIjoiNDEuNDYuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb4072e commit aad6737

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Gemfile.lock

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GEM
4141
hashdiff (1.1.2)
4242
i18n (1.14.7)
4343
concurrent-ruby (~> 1.0)
44-
json (2.13.1)
44+
json (2.13.2)
4545
language_server-protocol (3.17.0.5)
4646
lint_roller (1.1.0)
4747
listen (3.9.0)
@@ -52,7 +52,7 @@ GEM
5252
multipart-post (2.4.1)
5353
mutex_m (0.3.0)
5454
parallel (1.27.0)
55-
parser (3.3.8.0)
55+
parser (3.3.9.0)
5656
ast (~> 2.4.1)
5757
racc
5858
prism (1.4.0)
@@ -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.0)
86+
rubocop (1.79.1)
8787
json (~> 2.3)
8888
language_server-protocol (~> 3.17.0.2)
8989
lint_roller (~> 1.1.0)
@@ -93,7 +93,6 @@ GEM
9393
regexp_parser (>= 2.9.3, < 3.0)
9494
rubocop-ast (>= 1.46.0, < 2.0)
9595
ruby-progressbar (~> 1.7)
96-
tsort (>= 0.2.0)
9796
unicode-display_width (>= 2.4.0, < 4.0)
9897
rubocop-ast (1.46.0)
9998
parser (>= 3.3.7.2)
@@ -120,7 +119,6 @@ GEM
120119
strscan (3.1.3)
121120
terminal-table (4.0.0)
122121
unicode-display_width (>= 1.1.1, < 4)
123-
tsort (0.2.0)
124122
tzinfo (2.0.6)
125123
concurrent-ruby (~> 1.0)
126124
unicode-display_width (3.1.4)

0 commit comments

Comments
 (0)