Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: Bump rspec-rails from 6.1.2 to 6.1.3 (#4667)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.2 to 6.1.3. <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.3 / 2024-06-19</h3> <p><a href="https://github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3">Full Changelog</a></p> <p>Bug Fixes:</p> <ul> <li>Reset <code>ActiveSupport::CurrentAttributes</code> between examples. (Javier Julio, <a href="https://redirect.github.com/rspec/rspec-rails/issues/2752">#2752</a>)</li> <li>Fix a broken link in generated mailer previews. (Chiara Núñez, <a href="https://redirect.github.com/rspec/rspec-rails/issues/2764">#2764</a>)</li> <li>Fix <code>have_status_code</code> behaviour with deprecated status names by delegating to <code>Rack::Utils.status_code/1</code> to set the expected status code. (Darren Boyd, <a href="https://redirect.github.com/rspec/rspec-rails/issues/2765">#2765</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rspec/rspec-rails/commit/c5db6616da4a2c77f5becb29bbfe84112ce42e01"><code>c5db661</code></a> v6.1.3</li> <li><a href="https://github.com/rspec/rspec-rails/commit/755edf6c77b9b619e751cc4a04021e127114edb1"><code>755edf6</code></a> Fix changelog link</li> <li><a href="https://github.com/rspec/rspec-rails/commit/ff22a67822a352534e52925b708b61cb87f29d6f"><code>ff22a67</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2769">#2769</a> from rspec/fix-rails-main-build-27</li> <li><a href="https://github.com/rspec/rspec-rails/commit/44f313e3e385894ec8564c7f7d4dcfe5cc07ae2c"><code>44f313e</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2768">#2768</a> from rspec/fix-rails-main-build</li> <li><a href="https://github.com/rspec/rspec-rails/commit/32d041322dc18984e0e225476a825188c4878102"><code>32d0413</code></a> Add missing spec for <a href="https://redirect.github.com/rspec/rspec-rails/issues/2765">#2765</a></li> <li><a href="https://github.com/rspec/rspec-rails/commit/158af836d253aa7693dc905e07de2d68e467d525"><code>158af83</code></a> Correct changelog for <a href="https://redirect.github.com/rspec/rspec-rails/issues/2765">#2765</a></li> <li><a href="https://github.com/rspec/rspec-rails/commit/c6a3d8362ebc5f3c41071aa0e7a90ddf8df3f285"><code>c6a3d83</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2765">#2765</a> from darrenboyd/rack-public-api-use</li> <li><a href="https://github.com/rspec/rspec-rails/commit/4e8c259b86cdf092515ff8adf683ccfbfef75d6a"><code>4e8c259</code></a> Note selenium changes</li> <li><a href="https://github.com/rspec/rspec-rails/commit/d367b8ac5f7f6c858592255b463ddbbbca3c061a"><code>d367b8a</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2767">#2767</a> from rspec/remove-reliah-gem</li> <li><a href="https://github.com/rspec/rspec-rails/commit/3925fc918908a0d367873f0f39ead9839e774ad2"><code>3925fc9</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2766">#2766</a> from rspec/fix-ci-warning</li> <li>Additional commits viewable in <a href="https://github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3">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.2&new-version=6.1.3)](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