Skip to content

Commit

Permalink
Upgrade: Bump rspec-rails from 6.1.4 to 7.0.1 (#4803)
Browse files Browse the repository at this point in the history
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.4 to
7.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>7.0.1 / 2024-09-03</h3>
<p><a
href="https://github.com/rspec/rspec-rails/compare/v7.0.0...v7.0.1">Full
Changelog</a></p>
<p>Bug Fixes:</p>
<ul>
<li>Remove mutation of Rails constant in favour of public api. (Petrik
de Heus, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2789">#2789</a>)</li>
<li>Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2790">#2790</a>)</li>
<li>Remove deprecated scaffold that was unintentionally included in
7.0.0
(Jon Rowe, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2791">#2791</a>)</li>
</ul>
<h3>7.0.0 / 2024-09-02</h3>
<p><a
href="https://github.com/rspec/rspec-rails/compare/v6.1.5...v7.0.0">Full
Changelog</a></p>
<p>Enhancements:</p>
<ul>
<li>Change default driver for system specs on Rails 7.2 to match its
default.
(Steve Polito, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2746">#2746</a>)</li>
<li>Verify ActiveJob arguments by comparing to the method signature.
(Oli Peate, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2745">#2745</a>)</li>
<li>Add suggestion to rails_helper.rb to skip when not in test mode.
(Glauco Custódio, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2751">#2751</a>)</li>
<li>Add <code>at_priority</code> qualifier to
<code>have_enqueued_job</code> set of matchers. (mbajur, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2759">#2759</a>)</li>
<li>Add spec directories to <code>rails stats</code> on Rails main /
8.0.0. (Petrik de Heus, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2781">#2781</a>)</li>
</ul>
<h3>6.1.5 / 2024-09-02</h3>
<p><a
href="https://github.com/rspec/rspec-rails/compare/v6.1.4...v6.1.5">Full
Changelog</a></p>
<p>Bug Fixes:</p>
<ul>
<li>Restore old order of requiring support files. (Franz Liedke, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2785">#2785</a>)</li>
<li>Prevent running <code>rake spec:statsetup</code> on Rails main /
8.0.0. (Petrik de Heus, <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2781">#2781</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rspec/rspec-rails/commit/a1e2f6ced874e29c8585977e2fcde499c957cb1b"><code>a1e2f6c</code></a>
v7.0.1</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/b9d5676b5ac462e1dc26b79551bb40b6cfbd8f01"><code>b9d5676</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2791">#2791</a>
from rspec/cleanup-rails-6-1</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/bbf16f9f4c966c5c0e833e0d794e80d8ceda89b2"><code>bbf16f9</code></a>
Changelog for <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2789">#2789</a>
and <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2790">#2790</a></li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/0beb36ed80df55bd0a68222ee854fe40a5c38d26"><code>0beb36e</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2790">#2790</a>
from mjankowski/cell-selector-rails-version</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/a124bb71d57004ec270347f48b8e483e51c7841c"><code>a124bb7</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2789">#2789</a>
from p8/code-statistics-test-dirs</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/1bb407e749e41e4fd7de898771833284476e0b03"><code>1bb407e</code></a>
v7.0.0</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/8c870d69a63aea9cb9c3a6ad5208f3a9050f666a"><code>8c870d6</code></a>
Merge pull request <a
href="https://redirect.github.com/rspec/rspec-rails/issues/2788">#2788</a>
from rspec/7-0-prep</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/a5d063516049444257dad1bef2ef3e2a5be731f2"><code>a5d0635</code></a>
Update rails link</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/3b36479346daa334d2d5d89fbbdaf434af1a60d6"><code>3b36479</code></a>
Drop 6.1 related code</li>
<li><a
href="https://github.com/rspec/rspec-rails/commit/4dd952191c0069f4920e370f32abacf2555f3c73"><code>4dd9521</code></a>
Rewrite upgrade notes</li>
<li>Additional commits viewable in <a
href="https://github.com/rspec/rspec-rails/compare/v6.1.4...v7.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=6.1.4&new-version=7.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2024
1 parent 1ae2b9b commit e23bffc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ end
group :development, :test do
gem 'dotenv-rails', '~> 3.1'
gem 'parallel_tests', '~> 4.7'
gem 'rspec-rails', '~> 6.1'
gem 'rspec-rails', '~> 7.0'
end

group :test do
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ GEM
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand All @@ -447,18 +447,18 @@ GEM
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.4)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-rails (7.0.1)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
Expand Down Expand Up @@ -587,7 +587,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.36)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
ruby
Expand Down Expand Up @@ -641,7 +641,7 @@ DEPENDENCIES
rails (= 7.1.3.4)
redis (~> 5.3)
rqrcode (~> 2.2)
rspec-rails (~> 6.1)
rspec-rails (~> 7.0)
rspec-retry (~> 0.6)
rspec-snapshot (~> 2.0)
rspec_junit_formatter (~> 0.6)
Expand Down

0 comments on commit e23bffc

Please sign in to comment.