Bump rspec-rails from 6.1.4 to 7.0.1

Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.4 to 7.0.1.
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-rails/compare/v6.1.4...v7.0.1)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-09 09:09:41 +00:00 committed by GitHub
parent 2c6f2d0dab
commit b72ef66208
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View file

@ -92,7 +92,7 @@ group :development, :test do
gem "rake"
gem "rspec-its", "~> 1.3"
gem "rspec-mocks"
gem "rspec-rails", "~> 6.1"
gem "rspec-rails", "~> 7.0"
gem "rspec-sidekiq", "~> 5.0", require: false
gem "rubocop", "~> 1.66"
gem "rubocop-rails", "~> 2.26"

View file

@ -392,9 +392,9 @@ GEM
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.2.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-its (1.3.0)
@ -403,10 +403,10 @@ GEM
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)
@ -493,7 +493,7 @@ GEM
strscan (3.1.0)
sysexits (1.2.0)
temple (0.10.3)
thor (1.3.1)
thor (1.3.2)
tilt (2.4.0)
timeout (0.4.1)
tldv (0.1.0)
@ -528,7 +528,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.17)
zeitwerk (2.6.18)
PLATFORMS
ruby
@ -594,7 +594,7 @@ DEPENDENCIES
rqrcode
rspec-its (~> 1.3)
rspec-mocks
rspec-rails (~> 6.1)
rspec-rails (~> 7.0)
rspec-sidekiq (~> 5.0)
rubocop (~> 1.66)
rubocop-rails (~> 2.26)