Skip to content

Commit 9e34215

Browse files
Update dependency rubocop to v1.75.2 (#460)
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.2)) | `1.75.1` -> `1.75.2` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/rubocop/1.75.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/rubocop/1.75.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/rubocop/1.75.1/1.75.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rubocop/1.75.1/1.75.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rubocop/rubocop (rubocop)</summary> ### [`v1.75.2`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1752-2025-04-03) [Compare Source](https://redirect.github.com/rubocop/rubocop/compare/v1.75.1...v1.75.2) ##### Changes - [#&#8203;14065](https://redirect.github.com/rubocop/rubocop/pull/14065): Update `Lint/RedundantTypeConversion` to register an offense for `to_json.to_s`. (\[[@&#8203;lovro-bikic](https://redirect.github.com/lovro-bikic)]\[]) ##### Bug fixes - [#&#8203;14041](https://redirect.github.com/rubocop/rubocop/issues/14041): Fix an error when using ERB templated config YAML with server mode. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14048](https://redirect.github.com/rubocop/rubocop/pull/14048): Do not emit a warning for a zero-sized file while checking if it is executable. (\[[@&#8203;viralpraxis](https://redirect.github.com/viralpraxis)]\[]) - [#&#8203;14053](https://redirect.github.com/rubocop/rubocop/issues/14053): Fix incorrect autocorrect for `Lint/DeprecatedOpenSSLConstant` cipher constant argument is not `cbc`. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14051](https://redirect.github.com/rubocop/rubocop/issues/14051): Fix incorrect autocorrect for `Style/RedundantCondition` when true is used as the true branch and the condition takes arguments. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14062](https://redirect.github.com/rubocop/rubocop/issues/14062): Fix false positives for `Lint/ReturnInVoidContext` when returning inside `define_method` or a nested singleton method. (\[[@&#8203;earlopain](https://redirect.github.com/earlopain)]\[]) - [#&#8203;14057](https://redirect.github.com/rubocop/rubocop/pull/14057): Fix `Style/ConditionalAssignment` cop error on dynamic string node in branch. (\[[@&#8203;viralpraxis](https://redirect.github.com/viralpraxis)]\[]) - [#&#8203;14047](https://redirect.github.com/rubocop/rubocop/pull/14047): Fix `Style/FrozenStringLiteralComment` cop errors on emacs-styled magic comment. (\[[@&#8203;viralpraxis](https://redirect.github.com/viralpraxis)]\[]) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b632f42 commit 9e34215

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
lint_roller (1.1.0)
2222
multipart-post (2.4.1)
2323
parallel (1.26.3)
24-
parser (3.3.7.3)
24+
parser (3.3.7.4)
2525
ast (~> 2.4.1)
2626
racc
2727
prism (1.4.0)
@@ -44,18 +44,18 @@ GEM
4444
diff-lcs (>= 1.2.0, < 2.0)
4545
rspec-support (~> 3.13.0)
4646
rspec-support (3.13.2)
47-
rubocop (1.75.1)
47+
rubocop (1.75.2)
4848
json (~> 2.3)
4949
language_server-protocol (~> 3.17.0.2)
5050
lint_roller (~> 1.1.0)
5151
parallel (~> 1.10)
5252
parser (>= 3.3.0.2)
5353
rainbow (>= 2.2.2, < 4.0)
5454
regexp_parser (>= 2.9.3, < 3.0)
55-
rubocop-ast (>= 1.43.0, < 2.0)
55+
rubocop-ast (>= 1.44.0, < 2.0)
5656
ruby-progressbar (~> 1.7)
5757
unicode-display_width (>= 2.4.0, < 4.0)
58-
rubocop-ast (1.43.0)
58+
rubocop-ast (1.44.0)
5959
parser (>= 3.3.7.2)
6060
prism (~> 1.4)
6161
ruby-progressbar (1.13.0)

0 commit comments

Comments
 (0)