Bump rspec-rails from 7.0.1 to 7.1.1

Note we aren't updating concurrent-ruby (which Dependabot would have
updated) due to an incompatibility with Rails 7.0.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-05 11:47:30 +00:00
committed by Javi Martín
parent 3334362c55
commit 3035855f4e
2 changed files with 6 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ group :test do
gem "capybara-webmock", "~> 0.7.0" gem "capybara-webmock", "~> 0.7.0"
gem "email_spec", "~> 2.3.0" gem "email_spec", "~> 2.3.0"
gem "pdf-reader", "~> 2.14.1" gem "pdf-reader", "~> 2.14.1"
gem "rspec-rails", "~> 7.0.1" gem "rspec-rails", "~> 7.1.1"
gem "selenium-webdriver", "~> 4.25.0" gem "selenium-webdriver", "~> 4.25.0"
gem "simplecov", "~> 0.22.0", require: false gem "simplecov", "~> 0.22.0", require: false
gem "simplecov-lcov", "~> 0.8.0", require: false gem "simplecov-lcov", "~> 0.8.0", require: false

View File

@@ -194,7 +194,7 @@ GEM
warden (~> 1.2.3) warden (~> 1.2.3)
devise-security (0.18.0) devise-security (0.18.0)
devise (>= 4.3.0) devise (>= 4.3.0)
diff-lcs (1.5.1) diff-lcs (1.6.0)
docile (1.4.0) docile (1.4.0)
email_spec (2.3.0) email_spec (2.3.0)
htmlentities (~> 4.3.3) htmlentities (~> 4.3.3)
@@ -536,7 +536,7 @@ GEM
parallel (< 2.0) parallel (< 2.0)
public_suffix (>= 2.0.5, < 5.0) public_suffix (>= 2.0.5, < 5.0)
rack (>= 1.3.6, < 3.0) rack (>= 1.3.6, < 3.0)
rspec-core (3.13.1) rspec-core (3.13.3)
rspec-support (~> 3.13.0) rspec-support (~> 3.13.0)
rspec-expectations (3.13.3) rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
@@ -544,7 +544,7 @@ GEM
rspec-mocks (3.13.2) rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0) rspec-support (~> 3.13.0)
rspec-rails (7.0.1) rspec-rails (7.1.1)
actionpack (>= 7.0) actionpack (>= 7.0)
activesupport (>= 7.0) activesupport (>= 7.0)
railties (>= 7.0) railties (>= 7.0)
@@ -552,7 +552,7 @@ GEM
rspec-expectations (~> 3.13) rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13) rspec-mocks (~> 3.13)
rspec-support (~> 3.13) rspec-support (~> 3.13)
rspec-support (3.13.1) rspec-support (3.13.2)
rubocop (1.71.2) rubocop (1.71.2)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
@@ -785,7 +785,7 @@ DEPENDENCIES
responders (~> 3.1.1) responders (~> 3.1.1)
rinku (~> 2.0.6) rinku (~> 2.0.6)
ros-apartment (~> 2.11.0) ros-apartment (~> 2.11.0)
rspec-rails (~> 7.0.1) rspec-rails (~> 7.1.1)
rubocop (~> 1.71.2) rubocop (~> 1.71.2)
rubocop-capybara (~> 2.21.0) rubocop-capybara (~> 2.21.0)
rubocop-factory_bot (~> 2.26.1) rubocop-factory_bot (~> 2.26.1)