Commit cbe099d
authored
Build(deps-dev): Bump rubocop-rspec from 3.4.0 to 3.5.0 (#765)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from
3.4.0 to 3.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-rspec/releases">rubocop-rspec's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop RSpec v3.5.0</h2>
<ul>
<li>Don't let <code>RSpec/PredicateMatcher</code> replace
<code>respond_to?</code> with two arguments with the RSpec
<code>respond_to</code> matcher. (<a
href="https://github.com/bquorning"><code>@bquorning</code></a>)</li>
<li>Fix <code>RSpec/PredicateMatcher</code> support for <code>eql</code>
and <code>equal</code> matchers. (<a
href="https://github.com/bquorning"><code>@bquorning</code></a>)</li>
<li>Pluginfy RuboCop RSpec. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md">rubocop-rspec's
changelog</a>.</em></p>
<blockquote>
<h2>3.5.0 (2025-02-16)</h2>
<ul>
<li>Don't let <code>RSpec/PredicateMatcher</code> replace
<code>respond_to?</code> with two arguments with the RSpec
<code>respond_to</code> matcher. ([<a
href="https://github.com/bquorning"><code>@bquorning</code></a>])</li>
<li>Fix <code>RSpec/PredicateMatcher</code> support for <code>eql</code>
and <code>equal</code> matchers. ([<a
href="https://github.com/bquorning"><code>@bquorning</code></a>])</li>
<li>Pluginfy RuboCop RSpec. ([<a
href="https://github.com/koic"><code>@koic</code></a>])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/4b14015201e62db238051e122809491a2c1defa7"><code>4b14015</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2043">#2043</a>
from rubocop/release</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/6dafd48788494db61644e0299e290bf59f67428a"><code>6dafd48</code></a>
Release v3.5.0</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/664e15ff45d000d412eefb27730c1b459bb9be5f"><code>664e15f</code></a>
Enable pending cops</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/dac425657b8275f2961e94546c5112601a8315fa"><code>dac4256</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2025">#2025</a>
from rubocop/use-node-groups</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/876b41557bd166e185f2161045aaa0ba98973f87"><code>876b415</code></a>
Use node groups in node patterns to replace unions of types</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/17640ad2cf7b7fcfef2fd2270b61e6c00cd2e4e4"><code>17640ad</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2042">#2042</a>
from koic/pluginfy_with_lint_roller</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/5f09fdf24aff232f7a2149aa5186c0357e6f60cb"><code>5f09fdf</code></a>
Pluginfy RuboCop RSpec</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/d29fd64b609d0ab7dcca356f82ee2be255729d4e"><code>d29fd64</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2039">#2039</a>
from rubocop/fewer-inline-disabled-cops</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/2edbf15ea3cf8354c0ec8a6ca30b8a244e57a6f8"><code>2edbf15</code></a>
Loosen Metrics/MethodLength to 15</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/c8b14c15cd415686967086a768496663b68044d1"><code>c8b14c1</code></a>
Remove unnecessary RuboCop disables</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-rspec/compare/v3.4.0...v3.5.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
593 | | - | |
594 | | - | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
595 | 596 | | |
596 | 597 | | |
597 | 598 | | |
| |||
0 commit comments