Commit cbc0916
authored
Build(deps-dev): Bump rubocop-rspec from 3.5.0 to 3.6.0 (#821)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from
3.5.0 to 3.6.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.6.0 (RubyKaigi 2025 Edition🍊)</h2>
<ul>
<li>Fix false positive in <code>RSpec/Pending</code>, where it would
mark the default block <code>it</code> as an offense. (<a
href="https://github.com/bquorning"><code>@bquorning</code></a>)</li>
<li>Fix issue when <code>Style/ContextWording</code> is configured with
a Prefix being interpreted as a boolean, like <code>on</code>. (<a
href="https://github.com/sakuro"><code>@sakuro</code></a>)</li>
<li>Add new <code>RSpec/IncludeExamples</code> cop to enforce using
<code>it_behaves_like</code> over <code>include_examples</code>. (<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>)</li>
<li>Change <code>RSpec/ScatteredSetup</code> to allow
<code>around</code> hooks to be scattered. (<a
href="https://github.com/ydah"><code>@ydah</code></a>)</li>
<li>Fix an error <code>RSpec/ChangeByZero</code> cop when without expect
block. (<a
href="https://github.com/lee266"><code>@lee266</code></a>)</li>
<li>Fix a false positive for <code>RSpec/DescribedClass</code> when
<code>SkipBlocks</code> is true and numblocks are used. (<a
href="https://github.com/earlopain"><code>@earlopain</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.6.0 (2025-04-18)</h2>
<ul>
<li>Fix false positive in <code>RSpec/Pending</code>, where it would
mark the default block <code>it</code> as an offense. ([<a
href="https://github.com/bquorning"><code>@bquorning</code></a>])</li>
<li>Fix issue when <code>Style/ContextWording</code> is configured with
a Prefix being interpreted as a boolean, like <code>on</code>. ([<a
href="https://github.com/sakuro"><code>@sakuro</code></a>])</li>
<li>Add new <code>RSpec/IncludeExamples</code> cop to enforce using
<code>it_behaves_like</code> over <code>include_examples</code>. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>])</li>
<li>Change <code>RSpec/ScatteredSetup</code> to allow
<code>around</code> hooks to be scattered. ([<a
href="https://github.com/ydah"><code>@ydah</code></a>])</li>
<li>Fix an error <code>RSpec/ChangeByZero</code> cop when without expect
block. ([<a
href="https://github.com/lee266"><code>@lee266</code></a>])</li>
<li>Fix a false positive for <code>RSpec/DescribedClass</code> when
<code>SkipBlocks</code> is true and numblocks are used. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/5fe53aed67d5956ac42dd37b5b02692146cb065f"><code>5fe53ae</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2081">#2081</a>
from rubocop/v3.6.0</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/745d80447133a974a39f67964fa5e935a0bc74d9"><code>745d804</code></a>
RuboCop RSpec v3.6.0 RubyKaigi 2025 edition</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/170cc32f67639f8f4c29db0e181e269cd02bdfc4"><code>170cc32</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2054">#2054</a>
from Earlopain/described-class-numblocks</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/0ba09177aac76e231c73fd23da5a8c5b3c25b48b"><code>0ba0917</code></a>
Fix a false positive for <code>RSpec/DescribedClass</code> when
<code>SkipBlocks</code> is true and...</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/436a4d464b228a71b52d47a8d7ee080f6a5b26ef"><code>436a4d4</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2052">#2052</a>
from Earlopain/always-expect-correction</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/c25abf4d84a1b36dad6b90cabaa21955ca1dad8e"><code>c25abf4</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2071">#2071</a>
from lee266/bugfix-change-by-zero</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/8c4429e7426118a391f548e229492130f6609c29"><code>8c4429e</code></a>
Fix RSpec/ChangeByZero cop to handle invalid change matcher usage</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/14f3dd27b1e16ba3e4f8a547900c9620ab9e1d52"><code>14f3dd2</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2073">#2073</a>
from rubocop/1943</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/bfe68bc4da2aa854ac662b7b02739eabb9d9d01f"><code>bfe68bc</code></a>
Change <code>RSpec/ScatteredSetup</code> to allow <code>around</code>
hooks to be scattered</li>
<li><a
href="https://github.com/rubocop/rubocop-rspec/commit/0f0fb8bafa57eb847f63ae1ecdc758a579987723"><code>0f0fb8b</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2072">#2072</a>
from rubocop/fix-offenses</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-rspec/compare/v3.5.0...v3.6.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
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
483 | | - | |
| 482 | + | |
| 483 | + | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
| 499 | + | |
499 | 500 | | |
500 | 501 | | |
501 | 502 | | |
| |||
644 | 645 | | |
645 | 646 | | |
646 | 647 | | |
647 | | - | |
648 | | - | |
649 | | - | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
650 | 652 | | |
651 | 653 | | |
652 | 654 | | |
| |||
0 commit comments