Skip to content

Update comment about ActiveRecord::Migration.maintain_test_schema! #2832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 6, 2025

Conversation

ohbarye
Copy link
Contributor

@ohbarye ohbarye commented Feb 5, 2025

@JonRowe @pirj Thanks for your comments on #2830. This pull request suggests an update of the comment in rails_helper.rb as like @JonRowe mentioned in #2830 (comment).

Change

The original comment implies that maintain_test_schema! applies pending migrations, but in reality, it purges and recreates a test database, then loads the schema. I think this change makes the behavior clearer.

The original comment implies that `maintain_test_schema!` applies pending migrations, but in reality, it purges and recreates the database, then loads the schema.
Co-authored-by: Jon Rowe <mail@jonrowe.co.uk>
@JonRowe JonRowe merged commit f3b81e2 into rspec:main Feb 6, 2025
20 checks passed
@JonRowe
Copy link
Member

JonRowe commented Feb 6, 2025

Thanks!

JonRowe added a commit that referenced this pull request Feb 6, 2025
@ohbarye ohbarye deleted the patch-1 branch February 6, 2025 13:41
@ohbarye
Copy link
Contributor Author

ohbarye commented Feb 6, 2025

Thanks too!

@JonRowe
Copy link
Member

JonRowe commented Apr 30, 2025

This has been released in 8.0.0

github-actions bot added a commit to bovine-app/bovine that referenced this pull request May 1, 2025
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to
8.0.0.
<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>8.0.0 / 2025-04-30</h3>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/6bcb75fa0a510c574ba950374070438c23c2c36f"><code>6bcb75f</code></a>
Prune workflows</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b1b5dca37036188e7d8afcea07e19338db7aec8e"><code>b1b5dca</code></a>
Change log for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/26182e737951cfb62560c407908de2a543f2ec02"><code>26182e7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a>
from s01ipsist/served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/48bd424435480c9ab7137c995cba6b42ff1b303e"><code>48bd424</code></a>
Update spec/rspec/rails/example/system_example_group_spec.rb</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f399201c5ce2409ea1bf2d010a268ef34ab204f2"><code>f399201</code></a>
Add served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/94c4be4cafd81d155300265692cf7378cbea124a"><code>94c4be4</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2836">#2836</a>
from neilvcarvalho/nc-update-monorepo-urls</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">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.1&new-version=8.0.0)](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>
viniciusoyama added a commit to Eigenfocus/eigenfocus that referenced this pull request May 1, 2025
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to
8.0.0.
<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>8.0.0 / 2025-04-30</h3>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/6bcb75fa0a510c574ba950374070438c23c2c36f"><code>6bcb75f</code></a>
Prune workflows</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b1b5dca37036188e7d8afcea07e19338db7aec8e"><code>b1b5dca</code></a>
Change log for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/26182e737951cfb62560c407908de2a543f2ec02"><code>26182e7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a>
from s01ipsist/served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/48bd424435480c9ab7137c995cba6b42ff1b303e"><code>48bd424</code></a>
Update spec/rspec/rails/example/system_example_group_spec.rb</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f399201c5ce2409ea1bf2d010a268ef34ab204f2"><code>f399201</code></a>
Add served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/94c4be4cafd81d155300265692cf7378cbea124a"><code>94c4be4</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2836">#2836</a>
from neilvcarvalho/nc-update-monorepo-urls</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">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.1&new-version=8.0.0)](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>
just1602 pushed a commit to crimethinc/website that referenced this pull request May 1, 2025
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to
8.0.0.
<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>8.0.0 / 2025-04-30</h3>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/6bcb75fa0a510c574ba950374070438c23c2c36f"><code>6bcb75f</code></a>
Prune workflows</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b1b5dca37036188e7d8afcea07e19338db7aec8e"><code>b1b5dca</code></a>
Change log for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/26182e737951cfb62560c407908de2a543f2ec02"><code>26182e7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a>
from s01ipsist/served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/48bd424435480c9ab7137c995cba6b42ff1b303e"><code>48bd424</code></a>
Update spec/rspec/rails/example/system_example_group_spec.rb</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f399201c5ce2409ea1bf2d010a268ef34ab204f2"><code>f399201</code></a>
Add served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/94c4be4cafd81d155300265692cf7378cbea124a"><code>94c4be4</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2836">#2836</a>
from neilvcarvalho/nc-update-monorepo-urls</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">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.1&new-version=8.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ivanoblomov pushed a commit to FoveaCentral/vaccinesignup that referenced this pull request May 1, 2025
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to
8.0.0.
<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>8.0.0 / 2025-04-30</h3>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/6bcb75fa0a510c574ba950374070438c23c2c36f"><code>6bcb75f</code></a>
Prune workflows</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b1b5dca37036188e7d8afcea07e19338db7aec8e"><code>b1b5dca</code></a>
Change log for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/26182e737951cfb62560c407908de2a543f2ec02"><code>26182e7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a>
from s01ipsist/served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/48bd424435480c9ab7137c995cba6b42ff1b303e"><code>48bd424</code></a>
Update spec/rspec/rails/example/system_example_group_spec.rb</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f399201c5ce2409ea1bf2d010a268ef34ab204f2"><code>f399201</code></a>
Add served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/94c4be4cafd81d155300265692cf7378cbea124a"><code>94c4be4</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2836">#2836</a>
from neilvcarvalho/nc-update-monorepo-urls</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">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.1&new-version=8.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
starswan pushed a commit to DFE-Digital/teaching-vacancies that referenced this pull request May 6, 2025
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to
8.0.0.
<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>8.0.0 / 2025-04-30</h3>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/6bcb75fa0a510c574ba950374070438c23c2c36f"><code>6bcb75f</code></a>
Prune workflows</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b1b5dca37036188e7d8afcea07e19338db7aec8e"><code>b1b5dca</code></a>
Change log for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/26182e737951cfb62560c407908de2a543f2ec02"><code>26182e7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a>
from s01ipsist/served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/48bd424435480c9ab7137c995cba6b42ff1b303e"><code>48bd424</code></a>
Update spec/rspec/rails/example/system_example_group_spec.rb</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f399201c5ce2409ea1bf2d010a268ef34ab204f2"><code>f399201</code></a>
Add served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/94c4be4cafd81d155300265692cf7378cbea124a"><code>94c4be4</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2836">#2836</a>
from neilvcarvalho/nc-update-monorepo-urls</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">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.1&new-version=8.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dcyoung-dev pushed a commit to DFE-Digital/apply-for-teacher-training that referenced this pull request May 6, 2025
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to
8.0.0.
<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>8.0.0 / 2025-04-30</h3>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/6bcb75fa0a510c574ba950374070438c23c2c36f"><code>6bcb75f</code></a>
Prune workflows</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b1b5dca37036188e7d8afcea07e19338db7aec8e"><code>b1b5dca</code></a>
Change log for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/26182e737951cfb62560c407908de2a543f2ec02"><code>26182e7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a>
from s01ipsist/served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/48bd424435480c9ab7137c995cba6b42ff1b303e"><code>48bd424</code></a>
Update spec/rspec/rails/example/system_example_group_spec.rb</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f399201c5ce2409ea1bf2d010a268ef34ab204f2"><code>f399201</code></a>
Add served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/94c4be4cafd81d155300265692cf7378cbea124a"><code>94c4be4</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2836">#2836</a>
from neilvcarvalho/nc-update-monorepo-urls</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">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.1&new-version=8.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
elken pushed a commit to ministryofjustice/laa-submit-crime-forms that referenced this pull request May 7, 2025
Bumps the bundler group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.184.0` |
`1.185.0` |
| [govuk-components](https://github.com/x-govuk/govuk-components) |
`5.9.0` | `5.10.0` |
|
[govuk_design_system_formbuilder](https://github.com/x-govuk/govuk-form-builder)
| `5.9.0` | `5.10.0` |
| [rspec-expectations](https://github.com/rspec/rspec-expectations) |
`3.13.3` | `3.13.4` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `7.1.1` |
`8.0.0` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.75.4` | `1.75.5` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) |
`4.31.0` | `4.32.0` |

Updates `aws-sdk-s3` from 1.184.0 to 1.185.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md">aws-sdk-s3's
changelog</a>.</em></p>
<blockquote>
<h2>1.185.0 (2025-05-01)</h2>
<ul>
<li>Feature - Code Generated Changes, see <code>./build_tools</code> or
<code>aws-sdk-core</code>'s CHANGELOG.md for details.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-ruby/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `govuk-components` from 5.9.0 to 5.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/x-govuk/govuk-components/releases">govuk-components's
releases</a>.</em></p>
<blockquote>
<h2>Version 5.10.0</h2>
<ul>
<li>Support govuk-frontend 5.10.0 (not including the rebrand work which
will be released on 25 June 2025.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/5dd16374a1b7d9086b832397907feb160d35693a"><code>5dd1637</code></a>
Release version 5.10.0</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/e51c0a5465903dfd0a489a0ea9d6d20fe4530322"><code>e51c0a5</code></a>
Upgrade to govuk-frontend 5.10.0 (<a
href="https://redirect.github.com/x-govuk/govuk-components/issues/589">#589</a>)</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/67bb0653e43fffcd1ffb0b8dc07936c26d1d6dbe"><code>67bb065</code></a>
Upgrade to govuk-frontend 5.10.0</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/b7dc40659c04ecfc4a732e4913eae71853d79a0d"><code>b7dc406</code></a>
Fix paths in MDN links</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/5e4fec82ea594ea203f04cf9bee985b345b307d4"><code>5e4fec8</code></a>
Fix redirecting links in the guide</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/eb949ed1a51a156af794a04bb25da3520e1e3404"><code>eb949ed</code></a>
Drop support for Ruby 3.1.6 (<a
href="https://redirect.github.com/x-govuk/govuk-components/issues/585">#585</a>)</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/d6752db943bcbff834d7adc329187c0b211c0251"><code>d6752db</code></a>
Drop support for Ruby 3.1.6</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/6a80f2ab791b0415fea3d15ab154d9906fb461ec"><code>6a80f2a</code></a>
Update the tests badge in the README</li>
<li>See full diff in <a
href="https://github.com/x-govuk/govuk-components/compare/v5.9.0...v5.10.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `govuk_design_system_formbuilder` from 5.9.0 to 5.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/x-govuk/govuk-form-builder/releases">govuk_design_system_formbuilder's
releases</a>.</em></p>
<blockquote>
<h2>Version 5.10.0</h2>
<ul>
<li>Support govuk-frontend 5.10.0 (not including the rebrand work which
will be released on 25 June 2025)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/x-govuk/govuk-form-builder/commit/6972f80c1c4f69226f70f6e870f2780241f6ccc9"><code>6972f80</code></a>
Release version 5.10.0</li>
<li><a
href="https://github.com/x-govuk/govuk-form-builder/commit/95f8dc80fbb62764ee283243a51b5c3f5115e3f0"><code>95f8dc8</code></a>
Fix MDN reference links in the guide</li>
<li><a
href="https://github.com/x-govuk/govuk-form-builder/commit/e21b41a045584d8ba1d4dd92b8d6dd50906b7c82"><code>e21b41a</code></a>
Merge pull request <a
href="https://redirect.github.com/x-govuk/govuk-form-builder/issues/557">#557</a>
from x-govuk/govuk-frontend-5.10.0</li>
<li><a
href="https://github.com/x-govuk/govuk-form-builder/commit/3d4842b7e18e734982be3ba1c396996d4cef1134"><code>3d4842b</code></a>
Upgrade to govuk-frontend 5.10.0</li>
<li>See full diff in <a
href="https://github.com/x-govuk/govuk-form-builder/compare/v5.9.0...v5.10.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `rspec-expectations` from 3.13.3 to 3.13.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rspec/rspec-expectations/blob/main/Changelog.md">rspec-expectations's
changelog</a>.</em></p>
<blockquote>
<h3>Development</h3>
<p><a
href="http://github.com/rspec/rspec-expectations/compare/v3.13.3...main">Full
Changelog</a></p>
<p>Enhancements:</p>
<ul>
<li>Improve the IO emulation in the output capture matchers
(<code>output(...).to_stdout</code> et al)
by adding <code>as_tty</code> and <code>as_not_tty</code> to change the
<code>tty?</code> flags. (Sergio Gil Pérez de la Manga, <a
href="https://redirect.github.com/rspec/rspec-expectations/issues/1459">#1459</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/rspec/rspec-expectations/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `rspec-rails` from 7.1.1 to 8.0.0
<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>8.0.0 / 2025-04-30</h3>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/6bcb75fa0a510c574ba950374070438c23c2c36f"><code>6bcb75f</code></a>
Prune workflows</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b1b5dca37036188e7d8afcea07e19338db7aec8e"><code>b1b5dca</code></a>
Change log for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/26182e737951cfb62560c407908de2a543f2ec02"><code>26182e7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a>
from s01ipsist/served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/48bd424435480c9ab7137c995cba6b42ff1b303e"><code>48bd424</code></a>
Update spec/rspec/rails/example/system_example_group_spec.rb</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f399201c5ce2409ea1bf2d010a268ef34ab204f2"><code>f399201</code></a>
Add served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/94c4be4cafd81d155300265692cf7378cbea124a"><code>94c4be4</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2836">#2836</a>
from neilvcarvalho/nc-update-monorepo-urls</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `rubocop` from 1.75.4 to 1.75.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop/releases">rubocop's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop v1.75.5</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14148">#14148</a>:
Fix an infinite loop error for <code>Layout/SpaceAfterSemicolon</code>
with <code>Layout/SpaceBeforeSemicolon</code> when a sequence of
semicolons appears. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14145">#14145</a>:
Fix <code>Lint/ArrayLiteralInRegexp</code> cop error on empty
interpolation. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14072">#14072</a>:
Fix autocorrect issue in <code>Layout/HashAlignment</code>. (<a
href="https://github.com/jonas054"><code>@​jonas054</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14131">#14131</a>:
Fix false positives for <code>Style/ArgumentsForwarding</code> when
using anonymous block argument forwarding to a method with a block. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14140">#14140</a>:
Fix <code>Layout/LeadingCommentSpace</code> to allow splitting long
inline RBS comment signatures across multiple lines. (<a
href="https://github.com/Morriar"><code>@​Morriar</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14147">#14147</a>:
Fix <code>Lint/LiteralAsCondition</code> cop error on <code>if</code>
without body. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14151">#14151</a>:
Fix <code>Lint/Void</code> cop error on nested empty <code>begin</code>.
(<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13547">#13547</a>:
Fix <code>Style/IdenticalConditionalBranches</code> cop failure in case
of <code>if</code> node with implicit <code>then</code>. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14146">#14146</a>:
Fix <code>Style/MethodCallWithArgsParentheses</code> cop error on
complex numbers when <code>EnforcedStyle</code> is set to
<code>omit_parentheses</code>. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14137">#14137</a>:
Fix <code>Style/TrailingCommaInArguments</code> cop error if
<code>EnforcedStyleForMultiline</code> is set to <code>comma</code>. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14144">#14144</a>:
<code>Layout/SpaceInsideArrayLiteralBrackets</code> make aware of array
pattern matching. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14142">#14142</a>:
<code>Layout/SpaceInsideHashLiteralBraces</code> make aware of hash
pattern matching. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md">rubocop's
changelog</a>.</em></p>
<blockquote>
<h2>1.75.5 (2025-05-05)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14148">#14148</a>:
Fix an infinite loop error for <code>Layout/SpaceAfterSemicolon</code>
with <code>Layout/SpaceBeforeSemicolon</code> when a sequence of
semicolons appears. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14145">#14145</a>:
Fix <code>Lint/ArrayLiteralInRegexp</code> cop error on empty
interpolation. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14072">#14072</a>:
Fix autocorrect issue in <code>Layout/HashAlignment</code>. ([<a
href="https://github.com/jonas054"><code>@​jonas054</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14131">#14131</a>:
Fix false positives for <code>Style/ArgumentsForwarding</code> when
using anonymous block argument forwarding to a method with a block. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14140">#14140</a>:
Fix <code>Layout/LeadingCommentSpace</code> to allow splitting long
inline RBS comment signatures across multiple lines. ([<a
href="https://github.com/Morriar"><code>@​Morriar</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14147">#14147</a>:
Fix <code>Lint/LiteralAsCondition</code> cop error on <code>if</code>
without body. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14151">#14151</a>:
Fix <code>Lint/Void</code> cop error on nested empty <code>begin</code>.
([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13547">#13547</a>:
Fix <code>Style/IdenticalConditionalBranches</code> cop failure in case
of <code>if</code> node with implicit <code>then</code>. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14146">#14146</a>:
Fix <code>Style/MethodCallWithArgsParentheses</code> cop error on
complex numbers when <code>EnforcedStyle</code> is set to
<code>omit_parentheses</code>. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14137">#14137</a>:
Fix <code>Style/TrailingCommaInArguments</code> cop error if
<code>EnforcedStyleForMultiline</code> is set to <code>comma</code>.
([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14144">#14144</a>:
<code>Layout/SpaceInsideArrayLiteralBrackets</code> make aware of array
pattern matching. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14142">#14142</a>:
<code>Layout/SpaceInsideHashLiteralBraces</code> make aware of hash
pattern matching. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop/commit/4c07aa66c2776a599a226a0d627567716f224a10"><code>4c07aa6</code></a>
Cut 1.75.5</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/12c3e0a36df865ad37c733b7570e8e7c7a5dd17d"><code>12c3e0a</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/8f7c4cd288754b70996227944fc7b9acfbaa6f78"><code>8f7c4cd</code></a>
Follow-up to <a
href="https://redirect.github.com/rubocop/rubocop/issues/14146">#14146</a></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/ddbb2a1bb65a29ac2d2d963196f7b00821779fd6"><code>ddbb2a1</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14151">#14151</a>
from viralpraxis/fix-lint-void-cop-error-on-nested-...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/ac3b746f777d5e841fd1477bee531940a8f2342c"><code>ac3b746</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14072">#14072</a>]
Resolve autocorrect issue in Layout/HashAlignment</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/187a66300b668730021e6e7886c282fd2df7e9cf"><code>187a663</code></a>
Fix an infinite loop error for <code>Layout/SpaceAfterSemicolon</code>
with `Layout/Spac...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/1f95def6956876e99c4d3ef2d0ce485d4a42a4f3"><code>1f95def</code></a>
<code>Layout/SpaceInsideArrayLiteralBrackets</code> make aware of array
pattern matching</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/30d82759ff5ebc0c2ae8a41f05fee54040d29856"><code>30d8275</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14142">#14142</a>]
<code>Layout/SpaceInsideHashLiteralBraces</code> make aware of hash
pattern...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/7bc3762d49dc1422be3328cb506170756b54085c"><code>7bc3762</code></a>
Fix <code>Lint/Void</code> cop error on nested empty
<code>begin</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/d6e40f0c229eb6781cf8f2ac74a9b83eef231b18"><code>d6e40f0</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14147">#14147</a>
from viralpraxis/fix-lint-literal-as-condition-cop-...</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.75.4...v1.75.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `selenium-webdriver` from 4.31.0 to 4.32.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/SeleniumHQ/selenium/releases">selenium-webdriver's
releases</a>.</em></p>
<blockquote>
<h2>Selenium 4.32.0</h2>
<h2>Detailed Changelogs by Component</h2>
<p><!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></strong>
    |    <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></strong>
    |    <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></strong>
    |    <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></strong>
    |    <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/selenium-webdriver/CHANGES.md">JavaScript</a></strong>
<!-- raw HTML omitted --></p>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<!-- raw HTML omitted -->
<ul>
<li>[py] Fix test args for --headless and --bidi by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15567">SeleniumHQ/selenium#15567</a></li>
<li>[py] Only skip WebKit tests on Windows by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15470">SeleniumHQ/selenium#15470</a></li>
<li>[dotnet] [bidi] Revisit some core functionality to deserialize
without intermediate <code>JsonElement</code> allocation by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15575">SeleniumHQ/selenium#15575</a></li>
<li>[py] Fix broken test for chromedriver logging by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15579">SeleniumHQ/selenium#15579</a></li>
<li>[py] Fix test for w3c touch pointer properties by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15580">SeleniumHQ/selenium#15580</a></li>
<li>[py] Fix FedCM tests leaking state by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15583">SeleniumHQ/selenium#15583</a></li>
<li>[dotnet] [bidi] Address BiDi's JSON converter AOT warnings by <a
href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15390">SeleniumHQ/selenium#15390</a></li>
<li>[dotnet] [bidi] Added missing GenericLogEntry log entry type in
Script module by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15591">SeleniumHQ/selenium#15591</a></li>
<li>[grid] Ignored options when they are prefixed, safari specif as well
by <a href="https://github.com/diemol"><code>@​diemol</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15574">SeleniumHQ/selenium#15574</a></li>
<li>[py] Remove broken logo from Sphinx generated API docs by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15597">SeleniumHQ/selenium#15597</a></li>
<li>[py] Fix PyTest configuration for WPEWebKit by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15602">SeleniumHQ/selenium#15602</a></li>
<li>[py] Fix failing test for Edge logging by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15605">SeleniumHQ/selenium#15605</a></li>
<li>[rb] Add PrintOptions Implementation for Ruby WebDriver by <a
href="https://github.com/yvsvarma"><code>@​yvsvarma</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15158">SeleniumHQ/selenium#15158</a></li>
<li>[py] BiDi Network implementation of Intercepts and Auth in Python by
<a href="https://github.com/shbenzer"><code>@​shbenzer</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14592">SeleniumHQ/selenium#14592</a></li>
<li>[py] Use XWayland for internal Python Firefox tests by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15601">SeleniumHQ/selenium#15601</a></li>
<li>[py] Use mock.patch for environment variables in tests by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15607">SeleniumHQ/selenium#15607</a></li>
<li>[ruby] fix lint for print_options.rb by <a
href="https://github.com/Delta456"><code>@​Delta456</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15608">SeleniumHQ/selenium#15608</a></li>
<li>[py] Configure readthedocs publishing for Python API docs by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15614">SeleniumHQ/selenium#15614</a></li>
<li>[py] Fix select being able to select options hidden by css rules by
<a href="https://github.com/FFederi"><code>@​FFederi</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15135">SeleniumHQ/selenium#15135</a></li>
<li>[py][bidi]: Implement BiDi browser module by <a
href="https://github.com/navin772"><code>@​navin772</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15616">SeleniumHQ/selenium#15616</a></li>
<li>[dotnet] [bidi] Combine network interception to apply rules
(breaking change) by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15603">SeleniumHQ/selenium#15603</a></li>
<li>[dotnet] [bidi] Add strongly-typed
<code>LocalValue.ConvertFrom</code> overloads by <a
href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15532">SeleniumHQ/selenium#15532</a></li>
<li>[py] Add missing modules to Python API docs by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15624">SeleniumHQ/selenium#15624</a></li>
<li>[dotnet] [bidi] Do not throw when CallFunction or Evaluate return
exceptional result (breaking change) by <a
href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15521">SeleniumHQ/selenium#15521</a></li>
<li>[py] Skip bidi tests on browsers that don't support bidi by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15625">SeleniumHQ/selenium#15625</a></li>
<li>[py] complete
<code>test_should_throw_an_exception_if_an_alert_has_not_been_dealt_with_and_dismiss_the_alert</code>
by <a href="https://github.com/Delta456"><code>@​Delta456</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15559">SeleniumHQ/selenium#15559</a></li>
<li>[py] Remove unused xfail on chrome/edge service tests by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15637">SeleniumHQ/selenium#15637</a></li>
<li>[py] Adjust xfail markers for window size/position tests by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15638">SeleniumHQ/selenium#15638</a></li>
<li>[py] Call service.stop() when session can't be started by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15636">SeleniumHQ/selenium#15636</a></li>
<li>[dotnet] [bidi] Reuse memory when receiving websocket messages by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15640">SeleniumHQ/selenium#15640</a></li>
<li>[py] Remove logging API for non-Chromium browsers by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15641">SeleniumHQ/selenium#15641</a></li>
<li>[py] Raise TypeError when creating webdriver.Remote() without
options by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15619">SeleniumHQ/selenium#15619</a></li>
<li>[py] Upgrade dependencies for mypy tox environment by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15642">SeleniumHQ/selenium#15642</a></li>
<li>[py] Fix Remote Firefox tests on Linux/Wayland by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15648">SeleniumHQ/selenium#15648</a></li>
<li>[dotnet] Enhance Selenium Manager platform detection by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15649">SeleniumHQ/selenium#15649</a></li>
<li>[dotnet] Use namespace file scoped by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15651">SeleniumHQ/selenium#15651</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">selenium-webdriver's
changelog</a>.</em></p>
<blockquote>
<h1>4.32.0 (2025-05-02)</h1>
<ul>
<li>Add CDP for Chrome 136 and remove 133</li>
<li>log at info level with names and values when Guards#add_condition
used</li>
<li>Add PrintOptions Implementation for Ruby WebDriver (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15158">#15158</a>)</li>
<li>[ruby] fix lint for print_options.rb (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15608">#15608</a>)</li>
<li>add enable_downloads to attr_accessor for all options classes</li>
<li>make logging of test guards debug level not info</li>
<li>Set remote active protocol in Firefox to BiDi only</li>
<li>handle issue with selenium manager exit status being nil (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15676">#15676</a>)</li>
<li>Add websocket-port parameter to firefox service (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15458">#15458</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/d17c8aa95092dc25ae64f12e7abdc844cf3503f0"><code>d17c8aa</code></a>
[build] Prepare for release of Selenium 4.32.0 (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15690">#15690</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/3ff6f9ae7c695bf1918af0112b5ee3f6fe65d1ca"><code>3ff6f9a</code></a>
[rb] Add websocket-port parameter to firefox service (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15458">#15458</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/479d197d5c7c68c3784d4d755a36838974190e0f"><code>479d197</code></a>
[rb] handle issue with selenium manager exit status being nil (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15676">#15676</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/f7aa586d7ee385dcfd8ac156347e795aee015401"><code>f7aa586</code></a>
[rb] Fix a test for changing the remote active protocol for Firefox</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/a1ff120a9fd69daeea6a51d41aee6beb83748895"><code>a1ff120</code></a>
Set remote active protocol in Firefox to BiDi only</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/f4c073d50b2a2fa8a8dcd05b291ddc4c93d477e4"><code>f4c073d</code></a>
[rb] fix linting</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/827efd422dde9e92194f49a37f50a025be99adec"><code>827efd4</code></a>
[rb] make logging of test guards debug level not info</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/0e9e9de5754c0b5daf654b9f5123311b4f18cb62"><code>0e9e9de</code></a>
[rb] fix linting of tests</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/0acb52ef8a10088c91c7a09256b788416bfb32c9"><code>0acb52e</code></a>
[rb] add enable_downloads to attr_accessor for all options classes</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/3d510715dd8bcc340f318b1bb6240fe4f1bd293f"><code>3d51071</code></a>
[rb] update rubocop</li>
<li>Additional commits viewable in <a
href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.31.0...selenium-4.32.0">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
elken pushed a commit to ministryofjustice/laa-assess-crime-forms that referenced this pull request May 7, 2025
Bumps the bundler group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.184.0` |
`1.185.0` |
| [govuk-components](https://github.com/x-govuk/govuk-components) |
`5.9.0` | `5.10.0` |
|
[govuk_design_system_formbuilder](https://github.com/x-govuk/govuk-form-builder)
| `5.9.0` | `5.10.0` |
| [rspec-expectations](https://github.com/rspec/rspec-expectations) |
`3.13.3` | `3.13.4` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `7.1.1` |
`8.0.0` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.75.4` | `1.75.5` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) |
`4.31.0` | `4.32.0` |

Updates `aws-sdk-s3` from 1.184.0 to 1.185.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md">aws-sdk-s3's
changelog</a>.</em></p>
<blockquote>
<h2>1.185.0 (2025-05-01)</h2>
<ul>
<li>Feature - Code Generated Changes, see <code>./build_tools</code> or
<code>aws-sdk-core</code>'s CHANGELOG.md for details.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-ruby/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `govuk-components` from 5.9.0 to 5.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/x-govuk/govuk-components/releases">govuk-components's
releases</a>.</em></p>
<blockquote>
<h2>Version 5.10.0</h2>
<ul>
<li>Support govuk-frontend 5.10.0 (not including the rebrand work which
will be released on 25 June 2025.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/5dd16374a1b7d9086b832397907feb160d35693a"><code>5dd1637</code></a>
Release version 5.10.0</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/e51c0a5465903dfd0a489a0ea9d6d20fe4530322"><code>e51c0a5</code></a>
Upgrade to govuk-frontend 5.10.0 (<a
href="https://redirect.github.com/x-govuk/govuk-components/issues/589">#589</a>)</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/67bb0653e43fffcd1ffb0b8dc07936c26d1d6dbe"><code>67bb065</code></a>
Upgrade to govuk-frontend 5.10.0</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/b7dc40659c04ecfc4a732e4913eae71853d79a0d"><code>b7dc406</code></a>
Fix paths in MDN links</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/5e4fec82ea594ea203f04cf9bee985b345b307d4"><code>5e4fec8</code></a>
Fix redirecting links in the guide</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/eb949ed1a51a156af794a04bb25da3520e1e3404"><code>eb949ed</code></a>
Drop support for Ruby 3.1.6 (<a
href="https://redirect.github.com/x-govuk/govuk-components/issues/585">#585</a>)</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/d6752db943bcbff834d7adc329187c0b211c0251"><code>d6752db</code></a>
Drop support for Ruby 3.1.6</li>
<li><a
href="https://github.com/x-govuk/govuk-components/commit/6a80f2ab791b0415fea3d15ab154d9906fb461ec"><code>6a80f2a</code></a>
Update the tests badge in the README</li>
<li>See full diff in <a
href="https://github.com/x-govuk/govuk-components/compare/v5.9.0...v5.10.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `govuk_design_system_formbuilder` from 5.9.0 to 5.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/x-govuk/govuk-form-builder/releases">govuk_design_system_formbuilder's
releases</a>.</em></p>
<blockquote>
<h2>Version 5.10.0</h2>
<ul>
<li>Support govuk-frontend 5.10.0 (not including the rebrand work which
will be released on 25 June 2025)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/x-govuk/govuk-form-builder/commit/6972f80c1c4f69226f70f6e870f2780241f6ccc9"><code>6972f80</code></a>
Release version 5.10.0</li>
<li><a
href="https://github.com/x-govuk/govuk-form-builder/commit/95f8dc80fbb62764ee283243a51b5c3f5115e3f0"><code>95f8dc8</code></a>
Fix MDN reference links in the guide</li>
<li><a
href="https://github.com/x-govuk/govuk-form-builder/commit/e21b41a045584d8ba1d4dd92b8d6dd50906b7c82"><code>e21b41a</code></a>
Merge pull request <a
href="https://redirect.github.com/x-govuk/govuk-form-builder/issues/557">#557</a>
from x-govuk/govuk-frontend-5.10.0</li>
<li><a
href="https://github.com/x-govuk/govuk-form-builder/commit/3d4842b7e18e734982be3ba1c396996d4cef1134"><code>3d4842b</code></a>
Upgrade to govuk-frontend 5.10.0</li>
<li>See full diff in <a
href="https://github.com/x-govuk/govuk-form-builder/compare/v5.9.0...v5.10.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `rspec-expectations` from 3.13.3 to 3.13.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rspec/rspec-expectations/blob/main/Changelog.md">rspec-expectations's
changelog</a>.</em></p>
<blockquote>
<h3>Development</h3>
<p><a
href="http://github.com/rspec/rspec-expectations/compare/v3.13.3...main">Full
Changelog</a></p>
<p>Enhancements:</p>
<ul>
<li>Improve the IO emulation in the output capture matchers
(<code>output(...).to_stdout</code> et al)
by adding <code>as_tty</code> and <code>as_not_tty</code> to change the
<code>tty?</code> flags. (Sergio Gil Pérez de la Manga, <a
href="https://redirect.github.com/rspec/rspec-expectations/issues/1459">#1459</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/rspec/rspec-expectations/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `rspec-rails` from 7.1.1 to 8.0.0
<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>8.0.0 / 2025-04-30</h3>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/6bcb75fa0a510c574ba950374070438c23c2c36f"><code>6bcb75f</code></a>
Prune workflows</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b1b5dca37036188e7d8afcea07e19338db7aec8e"><code>b1b5dca</code></a>
Change log for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/26182e737951cfb62560c407908de2a543f2ec02"><code>26182e7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a>
from s01ipsist/served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/48bd424435480c9ab7137c995cba6b42ff1b303e"><code>48bd424</code></a>
Update spec/rspec/rails/example/system_example_group_spec.rb</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f399201c5ce2409ea1bf2d010a268ef34ab204f2"><code>f399201</code></a>
Add served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/94c4be4cafd81d155300265692cf7378cbea124a"><code>94c4be4</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2836">#2836</a>
from neilvcarvalho/nc-update-monorepo-urls</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `rubocop` from 1.75.4 to 1.75.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop/releases">rubocop's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop v1.75.5</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14148">#14148</a>:
Fix an infinite loop error for <code>Layout/SpaceAfterSemicolon</code>
with <code>Layout/SpaceBeforeSemicolon</code> when a sequence of
semicolons appears. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14145">#14145</a>:
Fix <code>Lint/ArrayLiteralInRegexp</code> cop error on empty
interpolation. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14072">#14072</a>:
Fix autocorrect issue in <code>Layout/HashAlignment</code>. (<a
href="https://github.com/jonas054"><code>@​jonas054</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14131">#14131</a>:
Fix false positives for <code>Style/ArgumentsForwarding</code> when
using anonymous block argument forwarding to a method with a block. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14140">#14140</a>:
Fix <code>Layout/LeadingCommentSpace</code> to allow splitting long
inline RBS comment signatures across multiple lines. (<a
href="https://github.com/Morriar"><code>@​Morriar</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14147">#14147</a>:
Fix <code>Lint/LiteralAsCondition</code> cop error on <code>if</code>
without body. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14151">#14151</a>:
Fix <code>Lint/Void</code> cop error on nested empty <code>begin</code>.
(<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13547">#13547</a>:
Fix <code>Style/IdenticalConditionalBranches</code> cop failure in case
of <code>if</code> node with implicit <code>then</code>. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14146">#14146</a>:
Fix <code>Style/MethodCallWithArgsParentheses</code> cop error on
complex numbers when <code>EnforcedStyle</code> is set to
<code>omit_parentheses</code>. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14137">#14137</a>:
Fix <code>Style/TrailingCommaInArguments</code> cop error if
<code>EnforcedStyleForMultiline</code> is set to <code>comma</code>. (<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14144">#14144</a>:
<code>Layout/SpaceInsideArrayLiteralBrackets</code> make aware of array
pattern matching. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14142">#14142</a>:
<code>Layout/SpaceInsideHashLiteralBraces</code> make aware of hash
pattern matching. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md">rubocop's
changelog</a>.</em></p>
<blockquote>
<h2>1.75.5 (2025-05-05)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14148">#14148</a>:
Fix an infinite loop error for <code>Layout/SpaceAfterSemicolon</code>
with <code>Layout/SpaceBeforeSemicolon</code> when a sequence of
semicolons appears. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14145">#14145</a>:
Fix <code>Lint/ArrayLiteralInRegexp</code> cop error on empty
interpolation. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14072">#14072</a>:
Fix autocorrect issue in <code>Layout/HashAlignment</code>. ([<a
href="https://github.com/jonas054"><code>@​jonas054</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14131">#14131</a>:
Fix false positives for <code>Style/ArgumentsForwarding</code> when
using anonymous block argument forwarding to a method with a block. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14140">#14140</a>:
Fix <code>Layout/LeadingCommentSpace</code> to allow splitting long
inline RBS comment signatures across multiple lines. ([<a
href="https://github.com/Morriar"><code>@​Morriar</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14147">#14147</a>:
Fix <code>Lint/LiteralAsCondition</code> cop error on <code>if</code>
without body. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14151">#14151</a>:
Fix <code>Lint/Void</code> cop error on nested empty <code>begin</code>.
([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13547">#13547</a>:
Fix <code>Style/IdenticalConditionalBranches</code> cop failure in case
of <code>if</code> node with implicit <code>then</code>. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14146">#14146</a>:
Fix <code>Style/MethodCallWithArgsParentheses</code> cop error on
complex numbers when <code>EnforcedStyle</code> is set to
<code>omit_parentheses</code>. ([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14137">#14137</a>:
Fix <code>Style/TrailingCommaInArguments</code> cop error if
<code>EnforcedStyleForMultiline</code> is set to <code>comma</code>.
([<a
href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14144">#14144</a>:
<code>Layout/SpaceInsideArrayLiteralBrackets</code> make aware of array
pattern matching. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14142">#14142</a>:
<code>Layout/SpaceInsideHashLiteralBraces</code> make aware of hash
pattern matching. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop/commit/4c07aa66c2776a599a226a0d627567716f224a10"><code>4c07aa6</code></a>
Cut 1.75.5</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/12c3e0a36df865ad37c733b7570e8e7c7a5dd17d"><code>12c3e0a</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/8f7c4cd288754b70996227944fc7b9acfbaa6f78"><code>8f7c4cd</code></a>
Follow-up to <a
href="https://redirect.github.com/rubocop/rubocop/issues/14146">#14146</a></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/ddbb2a1bb65a29ac2d2d963196f7b00821779fd6"><code>ddbb2a1</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14151">#14151</a>
from viralpraxis/fix-lint-void-cop-error-on-nested-...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/ac3b746f777d5e841fd1477bee531940a8f2342c"><code>ac3b746</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14072">#14072</a>]
Resolve autocorrect issue in Layout/HashAlignment</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/187a66300b668730021e6e7886c282fd2df7e9cf"><code>187a663</code></a>
Fix an infinite loop error for <code>Layout/SpaceAfterSemicolon</code>
with `Layout/Spac...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/1f95def6956876e99c4d3ef2d0ce485d4a42a4f3"><code>1f95def</code></a>
<code>Layout/SpaceInsideArrayLiteralBrackets</code> make aware of array
pattern matching</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/30d82759ff5ebc0c2ae8a41f05fee54040d29856"><code>30d8275</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14142">#14142</a>]
<code>Layout/SpaceInsideHashLiteralBraces</code> make aware of hash
pattern...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/7bc3762d49dc1422be3328cb506170756b54085c"><code>7bc3762</code></a>
Fix <code>Lint/Void</code> cop error on nested empty
<code>begin</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/d6e40f0c229eb6781cf8f2ac74a9b83eef231b18"><code>d6e40f0</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14147">#14147</a>
from viralpraxis/fix-lint-literal-as-condition-cop-...</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.75.4...v1.75.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `selenium-webdriver` from 4.31.0 to 4.32.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/SeleniumHQ/selenium/releases">selenium-webdriver's
releases</a>.</em></p>
<blockquote>
<h2>Selenium 4.32.0</h2>
<h2>Detailed Changelogs by Component</h2>
<p><!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></strong>
    |    <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></strong>
    |    <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></strong>
    |    <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></strong>
    |    <!-- raw HTML omitted --> <strong><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/selenium-webdriver/CHANGES.md">JavaScript</a></strong>
<!-- raw HTML omitted --></p>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<!-- raw HTML omitted -->
<ul>
<li>[py] Fix test args for --headless and --bidi by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15567">SeleniumHQ/selenium#15567</a></li>
<li>[py] Only skip WebKit tests on Windows by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15470">SeleniumHQ/selenium#15470</a></li>
<li>[dotnet] [bidi] Revisit some core functionality to deserialize
without intermediate <code>JsonElement</code> allocation by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15575">SeleniumHQ/selenium#15575</a></li>
<li>[py] Fix broken test for chromedriver logging by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15579">SeleniumHQ/selenium#15579</a></li>
<li>[py] Fix test for w3c touch pointer properties by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15580">SeleniumHQ/selenium#15580</a></li>
<li>[py] Fix FedCM tests leaking state by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15583">SeleniumHQ/selenium#15583</a></li>
<li>[dotnet] [bidi] Address BiDi's JSON converter AOT warnings by <a
href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15390">SeleniumHQ/selenium#15390</a></li>
<li>[dotnet] [bidi] Added missing GenericLogEntry log entry type in
Script module by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15591">SeleniumHQ/selenium#15591</a></li>
<li>[grid] Ignored options when they are prefixed, safari specif as well
by <a href="https://github.com/diemol"><code>@​diemol</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15574">SeleniumHQ/selenium#15574</a></li>
<li>[py] Remove broken logo from Sphinx generated API docs by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15597">SeleniumHQ/selenium#15597</a></li>
<li>[py] Fix PyTest configuration for WPEWebKit by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15602">SeleniumHQ/selenium#15602</a></li>
<li>[py] Fix failing test for Edge logging by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15605">SeleniumHQ/selenium#15605</a></li>
<li>[rb] Add PrintOptions Implementation for Ruby WebDriver by <a
href="https://github.com/yvsvarma"><code>@​yvsvarma</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15158">SeleniumHQ/selenium#15158</a></li>
<li>[py] BiDi Network implementation of Intercepts and Auth in Python by
<a href="https://github.com/shbenzer"><code>@​shbenzer</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14592">SeleniumHQ/selenium#14592</a></li>
<li>[py] Use XWayland for internal Python Firefox tests by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15601">SeleniumHQ/selenium#15601</a></li>
<li>[py] Use mock.patch for environment variables in tests by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15607">SeleniumHQ/selenium#15607</a></li>
<li>[ruby] fix lint for print_options.rb by <a
href="https://github.com/Delta456"><code>@​Delta456</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15608">SeleniumHQ/selenium#15608</a></li>
<li>[py] Configure readthedocs publishing for Python API docs by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15614">SeleniumHQ/selenium#15614</a></li>
<li>[py] Fix select being able to select options hidden by css rules by
<a href="https://github.com/FFederi"><code>@​FFederi</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15135">SeleniumHQ/selenium#15135</a></li>
<li>[py][bidi]: Implement BiDi browser module by <a
href="https://github.com/navin772"><code>@​navin772</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15616">SeleniumHQ/selenium#15616</a></li>
<li>[dotnet] [bidi] Combine network interception to apply rules
(breaking change) by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15603">SeleniumHQ/selenium#15603</a></li>
<li>[dotnet] [bidi] Add strongly-typed
<code>LocalValue.ConvertFrom</code> overloads by <a
href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15532">SeleniumHQ/selenium#15532</a></li>
<li>[py] Add missing modules to Python API docs by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15624">SeleniumHQ/selenium#15624</a></li>
<li>[dotnet] [bidi] Do not throw when CallFunction or Evaluate return
exceptional result (breaking change) by <a
href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15521">SeleniumHQ/selenium#15521</a></li>
<li>[py] Skip bidi tests on browsers that don't support bidi by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15625">SeleniumHQ/selenium#15625</a></li>
<li>[py] complete
<code>test_should_throw_an_exception_if_an_alert_has_not_been_dealt_with_and_dismiss_the_alert</code>
by <a href="https://github.com/Delta456"><code>@​Delta456</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15559">SeleniumHQ/selenium#15559</a></li>
<li>[py] Remove unused xfail on chrome/edge service tests by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15637">SeleniumHQ/selenium#15637</a></li>
<li>[py] Adjust xfail markers for window size/position tests by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15638">SeleniumHQ/selenium#15638</a></li>
<li>[py] Call service.stop() when session can't be started by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15636">SeleniumHQ/selenium#15636</a></li>
<li>[dotnet] [bidi] Reuse memory when receiving websocket messages by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15640">SeleniumHQ/selenium#15640</a></li>
<li>[py] Remove logging API for non-Chromium browsers by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15641">SeleniumHQ/selenium#15641</a></li>
<li>[py] Raise TypeError when creating webdriver.Remote() without
options by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15619">SeleniumHQ/selenium#15619</a></li>
<li>[py] Upgrade dependencies for mypy tox environment by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15642">SeleniumHQ/selenium#15642</a></li>
<li>[py] Fix Remote Firefox tests on Linux/Wayland by <a
href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15648">SeleniumHQ/selenium#15648</a></li>
<li>[dotnet] Enhance Selenium Manager platform detection by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15649">SeleniumHQ/selenium#15649</a></li>
<li>[dotnet] Use namespace file scoped by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/15651">SeleniumHQ/selenium#15651</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">selenium-webdriver's
changelog</a>.</em></p>
<blockquote>
<h1>4.32.0 (2025-05-02)</h1>
<ul>
<li>Add CDP for Chrome 136 and remove 133</li>
<li>log at info level with names and values when Guards#add_condition
used</li>
<li>Add PrintOptions Implementation for Ruby WebDriver (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15158">#15158</a>)</li>
<li>[ruby] fix lint for print_options.rb (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15608">#15608</a>)</li>
<li>add enable_downloads to attr_accessor for all options classes</li>
<li>make logging of test guards debug level not info</li>
<li>Set remote active protocol in Firefox to BiDi only</li>
<li>handle issue with selenium manager exit status being nil (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15676">#15676</a>)</li>
<li>Add websocket-port parameter to firefox service (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15458">#15458</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/d17c8aa95092dc25ae64f12e7abdc844cf3503f0"><code>d17c8aa</code></a>
[build] Prepare for release of Selenium 4.32.0 (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15690">#15690</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/3ff6f9ae7c695bf1918af0112b5ee3f6fe65d1ca"><code>3ff6f9a</code></a>
[rb] Add websocket-port parameter to firefox service (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15458">#15458</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/479d197d5c7c68c3784d4d755a36838974190e0f"><code>479d197</code></a>
[rb] handle issue with selenium manager exit status being nil (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/15676">#15676</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/f7aa586d7ee385dcfd8ac156347e795aee015401"><code>f7aa586</code></a>
[rb] Fix a test for changing the remote active protocol for Firefox</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/a1ff120a9fd69daeea6a51d41aee6beb83748895"><code>a1ff120</code></a>
Set remote active protocol in Firefox to BiDi only</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/f4c073d50b2a2fa8a8dcd05b291ddc4c93d477e4"><code>f4c073d</code></a>
[rb] fix linting</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/827efd422dde9e92194f49a37f50a025be99adec"><code>827efd4</code></a>
[rb] make logging of test guards debug level not info</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/0e9e9de5754c0b5daf654b9f5123311b4f18cb62"><code>0e9e9de</code></a>
[rb] fix linting of tests</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/0acb52ef8a10088c91c7a09256b788416bfb32c9"><code>0acb52e</code></a>
[rb] add enable_downloads to attr_accessor for all options classes</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/3d510715dd8bcc340f318b1bb6240fe4f1bd293f"><code>3d51071</code></a>
[rb] update rubocop</li>
<li>Additional commits viewable in <a
href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.31.0...selenium-4.32.0">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
elken pushed a commit to ministryofjustice/laa-crime-application-store that referenced this pull request May 7, 2025
Bumps the bundler group with 3 updates:
[aws-sdk-s3](https://github.com/aws/aws-sdk-ruby),
[rspec-rails](https://github.com/rspec/rspec-rails) and
[rubocop-govuk](https://github.com/alphagov/rubocop-govuk).

Updates `aws-sdk-s3` from 1.184.0 to 1.185.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md">aws-sdk-s3's
changelog</a>.</em></p>
<blockquote>
<h2>1.185.0 (2025-05-01)</h2>
<ul>
<li>Feature - Code Generated Changes, see <code>./build_tools</code> or
<code>aws-sdk-core</code>'s CHANGELOG.md for details.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-ruby/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `rspec-rails` from 7.1.1 to 8.0.0
<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>8.0.0 / 2025-04-30</h3>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/6bcb75fa0a510c574ba950374070438c23c2c36f"><code>6bcb75f</code></a>
Prune workflows</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b1b5dca37036188e7d8afcea07e19338db7aec8e"><code>b1b5dca</code></a>
Change log for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/26182e737951cfb62560c407908de2a543f2ec02"><code>26182e7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a>
from s01ipsist/served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/48bd424435480c9ab7137c995cba6b42ff1b303e"><code>48bd424</code></a>
Update spec/rspec/rails/example/system_example_group_spec.rb</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f399201c5ce2409ea1bf2d010a268ef34ab204f2"><code>f399201</code></a>
Add served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/94c4be4cafd81d155300265692cf7378cbea124a"><code>94c4be4</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2836">#2836</a>
from neilvcarvalho/nc-update-monorepo-urls</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `rubocop-govuk` from 5.1.5 to 5.1.7
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/alphagov/rubocop-govuk/blob/main/CHANGELOG.md">rubocop-govuk's
changelog</a>.</em></p>
<blockquote>
<h1>5.1.7</h1>
<ul>
<li>Update dependencies</li>
</ul>
<h1>5.1.6</h1>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/alphagov/rubocop-govuk/commit/ec3f933d46bdddc9b0f3d902db2c06829985e35b"><code>ec3f933</code></a>
Merge pull request <a
href="https://redirect.github.com/alphagov/rubocop-govuk/issues/495">#495</a>
from alphagov/release-5.1.7</li>
<li><a
href="https://github.com/alphagov/rubocop-govuk/commit/81b6df5e06c1de6c64640784027bffa727892a59"><code>81b6df5</code></a>
Release v5.1.7</li>
<li><a
href="https://github.com/alphagov/rubocop-govuk/commit/4875970aebeee38c33fef583e7967bd56a17a6f3"><code>4875970</code></a>
Merge pull request <a
href="https://redirect.github.com/alphagov/rubocop-govuk/issues/494">#494</a>
from alphagov/dependabot/bundler/rubocop-eq-1.75.5</li>
<li><a
href="https://github.com/alphagov/rubocop-govuk/commit/accf1c178b4f5fd96108c7c690336e2e653b6412"><code>accf1c1</code></a>
Update rubocop requirement from = 1.75.4 to = 1.75.5</li>
<li><a
href="https://github.com/alphagov/rubocop-govuk/commit/9067e32de71965c234ce85e8b70ebb855c957150"><code>9067e32</code></a>
Merge pull request <a
href="https://redirect.github.com/alphagov/rubocop-govuk/issues/493">#493</a>
from alphagov/release-5.1.6</li>
<li><a
href="https://github.com/alphagov/rubocop-govuk/commit/4b79f983d3cefe5337a04493d29810a10cf10329"><code>4b79f98</code></a>
Release v5.1.6</li>
<li><a
href="https://github.com/alphagov/rubocop-govuk/commit/46a96fe8061b9921a09bac3289b7fd0baf413f93"><code>46a96fe</code></a>
Merge pull request <a
href="https://redirect.github.com/alphagov/rubocop-govuk/issues/492">#492</a>
from alphagov/dependabot/bundler/rubocop-eq-1.75.4</li>
<li><a
href="https://github.com/alphagov/rubocop-govuk/commit/90cda8e4647fde211ba3bea2c874d7d63ff99df4"><code>90cda8e</code></a>
Update rubocop requirement from = 1.75.3 to = 1.75.4</li>
<li>See full diff in <a
href="https://github.com/alphagov/rubocop-govuk/compare/v5.1.5...v5.1.7">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jutonz pushed a commit to jutonz/homepage-rb that referenced this pull request May 7, 2025
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to
8.0.0.
<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>8.0.0 / 2025-04-30</h3>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/6bcb75fa0a510c574ba950374070438c23c2c36f"><code>6bcb75f</code></a>
Prune workflows</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b1b5dca37036188e7d8afcea07e19338db7aec8e"><code>b1b5dca</code></a>
Change log for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/26182e737951cfb62560c407908de2a543f2ec02"><code>26182e7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a>
from s01ipsist/served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/48bd424435480c9ab7137c995cba6b42ff1b303e"><code>48bd424</code></a>
Update spec/rspec/rails/example/system_example_group_spec.rb</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f399201c5ce2409ea1bf2d010a268ef34ab204f2"><code>f399201</code></a>
Add served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/94c4be4cafd81d155300265692cf7378cbea124a"><code>94c4be4</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2836">#2836</a>
from neilvcarvalho/nc-update-monorepo-urls</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">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.1&new-version=8.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
karlentwistle pushed a commit to karlentwistle/dyno_scaler that referenced this pull request May 28, 2025
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to
8.0.0.
<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>8.0.0 / 2025-04-30</h3>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/6bcb75fa0a510c574ba950374070438c23c2c36f"><code>6bcb75f</code></a>
Prune workflows</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b1b5dca37036188e7d8afcea07e19338db7aec8e"><code>b1b5dca</code></a>
Change log for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/26182e737951cfb62560c407908de2a543f2ec02"><code>26182e7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a>
from s01ipsist/served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/48bd424435480c9ab7137c995cba6b42ff1b303e"><code>48bd424</code></a>
Update spec/rspec/rails/example/system_example_group_spec.rb</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f399201c5ce2409ea1bf2d010a268ef34ab204f2"><code>f399201</code></a>
Add served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/94c4be4cafd81d155300265692cf7378cbea124a"><code>94c4be4</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2836">#2836</a>
from neilvcarvalho/nc-update-monorepo-urls</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">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.1&new-version=8.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
sophiedeziel pushed a commit to sophiedeziel/Tentacles that referenced this pull request Jun 1, 2025
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to
8.0.0.
<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>8.0.0 / 2025-04-30</h3>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/6bcb75fa0a510c574ba950374070438c23c2c36f"><code>6bcb75f</code></a>
Prune workflows</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b1b5dca37036188e7d8afcea07e19338db7aec8e"><code>b1b5dca</code></a>
Change log for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/26182e737951cfb62560c407908de2a543f2ec02"><code>26182e7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a>
from s01ipsist/served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/48bd424435480c9ab7137c995cba6b42ff1b303e"><code>48bd424</code></a>
Update spec/rspec/rails/example/system_example_group_spec.rb</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f399201c5ce2409ea1bf2d010a268ef34ab204f2"><code>f399201</code></a>
Add served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/94c4be4cafd81d155300265692cf7378cbea124a"><code>94c4be4</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2836">#2836</a>
from neilvcarvalho/nc-update-monorepo-urls</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">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.1&new-version=8.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AlyBadawy pushed a commit to AlyBadawy/Securial that referenced this pull request Jun 5, 2025
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to
8.0.0.
<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>8.0.0 / 2025-04-30</h3>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/6bcb75fa0a510c574ba950374070438c23c2c36f"><code>6bcb75f</code></a>
Prune workflows</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b1b5dca37036188e7d8afcea07e19338db7aec8e"><code>b1b5dca</code></a>
Change log for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/26182e737951cfb62560c407908de2a543f2ec02"><code>26182e7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">#2841</a>
from s01ipsist/served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/48bd424435480c9ab7137c995cba6b42ff1b303e"><code>48bd424</code></a>
Update spec/rspec/rails/example/system_example_group_spec.rb</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f399201c5ce2409ea1bf2d010a268ef34ab204f2"><code>f399201</code></a>
Add served_by</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/94c4be4cafd81d155300265692cf7378cbea124a"><code>94c4be4</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2836">#2836</a>
from neilvcarvalho/nc-update-monorepo-urls</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">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.1&new-version=8.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
shimbaco pushed a commit to wikinoapp/wikino that referenced this pull request Jun 25, 2025
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to
8.0.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>8.0.1 / 2025-06-19</h3>
<p><a
href="https://github.com/rspec/rspec-rails/compare/v8.0.0...v8.0.1">Full
Changelog</a></p>
<p>Bug Fixes:</p>
<ul>
<li>Make the <code>have_been_performed</code> /
<code>have_been_enqueued</code> return <code>false</code> for
<code>supports_block_expectations?</code> as they don't supporting block
expectations.
(Sam Kidman, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2851">rspec/rspec-rails#2851</a>)</li>
</ul>
<h3>8.0.0 / 2025-04-30</h3>
<p><a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0">Full
Changelog</a></p>
<p>Enhancements:</p>
<ul>
<li>Add Rails 8 authentication generator support. (Jerome Dalbert, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2811">rspec/rspec-rails#2811</a>)</li>
<li>Improve install generator comment for
<code>ActiveRecord::Migration.maintain_test_schema!</code>
<code>rspec/rspec-rails#2832</code></li>
<li>Add support for <code>served_by</code> in system specs. (Sam
Giffney, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2841">rspec/rspec-rails#2841</a>)</li>
</ul>
<p>Breaking Changes:</p>
<ul>
<li>Minimum supported Rails version is 7.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/9338a3f04b6254c8c4c140b930cd765043771609"><code>9338a3f</code></a>
v8.0.1</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/0a225f0fbb73ce91df7a6fb1779fcacf9c47caa5"><code>0a225f0</code></a>
Fix changelog links</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/f4410fadac1cabbeab9ffabffe701487b286fb73"><code>f4410fa</code></a>
Changelog for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2851">#2851</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/d81911d74a4ef109866bc2e279710e05c3f11297"><code>d81911d</code></a>
Do not support block expectations on HaveBeenPerformed/HaveBeenEnqueued
(<a
href="https://redirect.github.com/rspec/rspec-rails/issues/2851">#2851</a>)</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/fc23c70b5060e76357a948e1ff81a6042acf06f3"><code>fc23c70</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2854">#2854</a>
from rspec/upgrade-aruba</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/fb5619ec4e9dc14f4afcc0c2eeb7b21a72ec839c"><code>fb5619e</code></a>
Note about transaction visibility</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/751248d9b7fe5fdf16079098438d53c69992a777"><code>751248d</code></a>
v8.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/c3eafa5c06109b83323701ac12b0a282cc98b5e0"><code>c3eafa5</code></a>
Set rspec version more explicitly</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/88862400d87eef65c09b94bf06edad04b8b9bb49"><code>8886240</code></a>
Prune code supporting Rails &lt; 7.2</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b2c19b97451ed7e3b58c6e8775ac0f535aef7c60"><code>b2c19b9</code></a>
Update docs for 8.0</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.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.1&new-version=8.0.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants