From 3035855f4ee3e1382ee9dc82cd811a020b6a1d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 11:47:30 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 769d0f262..c0f2a20c9 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ group :test do gem "capybara-webmock", "~> 0.7.0" gem "email_spec", "~> 2.3.0" 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 "simplecov", "~> 0.22.0", require: false gem "simplecov-lcov", "~> 0.8.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 4040e80b7..9446eeef4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,7 +194,7 @@ GEM warden (~> 1.2.3) devise-security (0.18.0) devise (>= 4.3.0) - diff-lcs (1.5.1) + diff-lcs (1.6.0) docile (1.4.0) email_spec (2.3.0) htmlentities (~> 4.3.3) @@ -536,7 +536,7 @@ GEM parallel (< 2.0) public_suffix (>= 2.0.5, < 5.0) rack (>= 1.3.6, < 3.0) - rspec-core (3.13.1) + rspec-core (3.13.3) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -544,7 +544,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.1) + rspec-rails (7.1.1) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -552,7 +552,7 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.1) + rspec-support (3.13.2) rubocop (1.71.2) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -785,7 +785,7 @@ DEPENDENCIES responders (~> 3.1.1) rinku (~> 2.0.6) ros-apartment (~> 2.11.0) - rspec-rails (~> 7.0.1) + rspec-rails (~> 7.1.1) rubocop (~> 1.71.2) rubocop-capybara (~> 2.21.0) rubocop-factory_bot (~> 2.26.1)