From f18241d18ad5cfe5d23afb4b8a53d515eb1db305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:10:27 +0000 Subject: [PATCH] Bump rspec-rails from 6.1.5 to 7.1.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.5 to 7.1.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.1.5...v7.1.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 85b0b80..14d8c62 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ group :development, :test do gem "erb_lint", require: false gem "erblint-github", require: false gem "standard" - gem "rspec-rails", "~> 6.1.0" + gem "rspec-rails", "~> 7.1.1" end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 13bfcd5..7951134 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -351,10 +351,10 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (7.1.1) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -509,7 +509,7 @@ DEPENDENCIES propshaft puma (>= 5.0) rails (~> 8.0.1) - rspec-rails (~> 6.1.0) + rspec-rails (~> 7.1.1) selenium-webdriver shoulda-matchers (~> 6.0) sidekiq