Skip to content

Commit 7fb50e6

Browse files
authored
Build(deps-dev): Bump rspec-rails from 7.1.0 to 7.1.1 (#759)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.0 to 7.1.1. <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>7.1.1 / 2025-02-06</h3> <p><a href="https://github.com/rspec/rspec-rails/compare/v7.1.0...v7.1.1">Full Changelog</a></p> <p>Bug Fixes:</p> <ul> <li>Check wether rspec-mocks has been loaded before enabling signature verification for <code>have_enqueued_job</code> et al (Jon Rowe, <a href="https://redirect.github.com/rspec/rspec-rails/issues/2823">rspec/rspec-rails#2823</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rspec/rspec-rails/commit/93b2d24b61f9b2d4bedce341ca50007839b00a51"><code>93b2d24</code></a> Reference issues for Github</li> <li><a href="https://github.com/rspec/rspec-rails/commit/28ad97812951f7b674ffa29369862c6ba829c3b0"><code>28ad978</code></a> v7.1.1</li> <li><a href="https://github.com/rspec/rspec-rails/commit/7f63fa962ac1086af0224760b8a3a82b8ddf1161"><code>7f63fa9</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2823">#2823</a> from rspec/ensure-mocks-config-available</li> <li><a href="https://github.com/rspec/rspec-rails/commit/3b099cedcb543b67d192365278d98b30a4bf4811"><code>3b099ce</code></a> Simplify instructions for gems installations from git repository (<a href="https://redirect.github.com/rspec/rspec-rails/issues/2828">#2828</a>)</li> <li><a href="https://github.com/rspec/rspec-rails/commit/62a04e5b1aedcc9f27c973c5415bce1521deb994"><code>62a04e5</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2829">#2829</a> from rspec/fix-verify-mailer-preview</li> <li><a href="https://github.com/rspec/rspec-rails/commit/33f64920899f49e2ef2c58e7b30c72a79b2058ef"><code>33f6492</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2826">#2826</a> from rspec/switch-to-monorepo</li> <li><a href="https://github.com/rspec/rspec-rails/commit/db114bb3290bdce6d9b26fa9db1e80aeb6150c78"><code>db114bb</code></a> Switch to ruby 3.4 from rc</li> <li><a href="https://github.com/rspec/rspec-rails/commit/6f1599db6c073fc68c6ebbdae2675b9b683232c9"><code>6f1599d</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2825">#2825</a> from rspec/ruby-3.4-v2</li> <li><a href="https://github.com/rspec/rspec-rails/commit/fece15995ca10aecb2225dbd5333e409b2efc361"><code>fece159</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2824">#2824</a> from rspec/fix-build</li> <li><a href="https://github.com/rspec/rspec-rails/commit/9d5e281e679a0e8da29fb47249a256854b131dc2"><code>9d5e281</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2812">#2812</a> from rspec/expand-permitted-rails-versions</li> <li>Additional commits viewable in <a href="https://github.com/rspec/rspec-rails/compare/v7.1.0...v7.1.1">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=7.1.0&new-version=7.1.1)](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>
2 parents 897948a + d6ef81a commit 7fb50e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ GEM
450450
pundit (2.4.0)
451451
activesupport (>= 3.0.0)
452452
racc (1.8.1)
453-
rack (3.1.8)
453+
rack (3.1.9)
454454
rack-cors (2.0.2)
455455
rack (>= 2.0.0)
456456
rack-mini-profiler (3.3.1)
@@ -508,7 +508,7 @@ GEM
508508
ffi (>= 1.0.6)
509509
msgpack (>= 0.4.3)
510510
optimist (>= 3.0.0)
511-
rdoc (6.11.0)
511+
rdoc (6.12.0)
512512
psych (>= 4.0.0)
513513
redis (5.3.0)
514514
redis-client (>= 0.22.0)
@@ -543,23 +543,23 @@ GEM
543543
rspec-core (~> 3.13.0)
544544
rspec-expectations (~> 3.13.0)
545545
rspec-mocks (~> 3.13.0)
546-
rspec-core (3.13.2)
546+
rspec-core (3.13.3)
547547
rspec-support (~> 3.13.0)
548548
rspec-expectations (3.13.3)
549549
diff-lcs (>= 1.2.0, < 2.0)
550550
rspec-support (~> 3.13.0)
551551
rspec-mocks (3.13.2)
552552
diff-lcs (>= 1.2.0, < 2.0)
553553
rspec-support (~> 3.13.0)
554-
rspec-rails (7.1.0)
554+
rspec-rails (7.1.1)
555555
actionpack (>= 7.0)
556556
activesupport (>= 7.0)
557557
railties (>= 7.0)
558558
rspec-core (~> 3.13)
559559
rspec-expectations (~> 3.13)
560560
rspec-mocks (~> 3.13)
561561
rspec-support (~> 3.13)
562-
rspec-support (3.13.1)
562+
rspec-support (3.13.2)
563563
rswag (2.16.0)
564564
rswag-api (= 2.16.0)
565565
rswag-specs (= 2.16.0)

0 commit comments

Comments
 (0)