Commit 0de1f6f
authored
Bump rspec-rails from 6.1.3 to 6.1.4 (#607)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.3 to
6.1.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rspec/rspec-rails/blob/main/Changelog.md">rspec-rails's
changelog</a>.</em></p>
<blockquote>
<h3>6.1.4 / 2024-08-15</h3>
<p><a
href="https://github.com/rspec/rspec-rails/compare/v6.1.3...v6.1.4">Full
Changelog</a></p>
<p>Bug Fixes:</p>
<ul>
<li>Prevent <code>have_http_status</code> matcher raising an error when
encountering a raw <code>Rack::MockResponse</code>.
(Christophe Bliard, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2771">#2771</a>)</li>
<li>Move Rails version conditional from index scaffold generated file to
template. (Matt Jankowski, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2777">#2777</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/3f56a9fb6a7687b23ca4c5171ea31dd827fa0985"><code>3f56a9f</code></a>
6.1.4</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/d6792b434fbb17d49679660112e402f2b56040b7"><code>d6792b4</code></a>
Extract <code>cell_selector</code> method in scaffold index view spec
generator (<a
href="https://redirect.github.com/rspec/rspec-rails/issues/2777">#2777</a>)</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/49b34bd82a198bf913317de420aa8495942560b8"><code>49b34bd</code></a>
Changelog for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2771">#2771</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/5a71461273811284cff7a8cde4502f382a9946d8"><code>5a71461</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2771">#2771</a>
from cbliard/support-rack-mock-response-with-have-ht...</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/7214738302b50c7971605340de526c79d2147622"><code>7214738</code></a>
Create SECURITY.md</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/95b496b36ca510b0039c8ce51bcc0a63775c29df"><code>95b496b</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2770">#2770</a>
from toshimaru/use-perform_enqueued_jobs</li>
<li>See full diff in <a
href="https://github.com/rspec/rspec-rails/compare/v6.1.3...v6.1.4">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
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
| 463 | + | |
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| |||
0 commit comments