Skip to content

Commit

Permalink
Update dependency rubocop to v1.63.5 (#305)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [rubocop](https://rubocop.org/)
([source](https://togithub.com/rubocop/rubocop),
[changelog](https://togithub.com/rubocop/rubocop/releases/tag/v1.63.4))
| `1.63.4` -> `1.63.5` |
[![age](https://developer.mend.io/api/mc/badges/age/rubygems/rubocop/1.63.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/rubocop/1.63.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/rubocop/1.63.4/1.63.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rubocop/1.63.4/1.63.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>rubocop/rubocop (rubocop)</summary>

###
[`v1.63.5`](https://togithub.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1635-2024-05-09)

[Compare
Source](https://togithub.com/rubocop/rubocop/compare/v1.63.4...v1.63.5)

##### Bug fixes

- [#&#8203;12877](https://togithub.com/rubocop/rubocop/pull/12877): Fix
an infinite loop error for `Layout/FirstArgumentIndentation` when
specifying `EnforcedStyle: with_fixed_indentation` of
`Layout/ArrayAlignment`.
(\[[@&#8203;koic](https://togithub.com/koic)]\[])
- [#&#8203;12873](https://togithub.com/rubocop/rubocop/issues/12873):
Fix an error for `Metrics/BlockLength` when the `CountAsOne` config is
invalid. (\[[@&#8203;koic](https://togithub.com/koic)]\[])
- [#&#8203;12881](https://togithub.com/rubocop/rubocop/pull/12881): Fix
incorrect autocorrect when `Style/NumericPredicate` is used with
negations. (\[[@&#8203;fatkodima](https://togithub.com/fatkodima)]\[])
- [#&#8203;12882](https://togithub.com/rubocop/rubocop/pull/12882): Fix
`Layout/CommentIndentation` for comment-only pattern matching.
(\[[@&#8203;nekketsuuu](https://togithub.com/nekketsuuu)]\[])

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/powerhome/audiences).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent 17fae07 commit cc584b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions audiences/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ GEM
rake (13.2.1)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
regexp_parser (2.9.1)
reline (0.5.3)
io-console (~> 0.5)
rexml (3.2.6)
Expand All @@ -207,7 +207,7 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.13.1)
rubocop (1.63.4)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down

0 comments on commit cc584b0

Please sign in to comment.