Skip to content

Commit

Permalink
Upgrade: Bump rspec-rails from 6.1.3 to 6.1.4 (#4776)
Browse files Browse the repository at this point in the history
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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rspec-rails&package-manager=bundler&previous-version=6.1.3&new-version=6.1.4)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent a19e490 commit 0bafeef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ GEM
mime-types-data (3.2024.0806)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
minitest (5.25.1)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.7.1)
Expand Down Expand Up @@ -455,7 +455,7 @@ GEM
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.3)
rspec-rails (6.1.4)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down

0 comments on commit 0bafeef

Please sign in to comment.