From bfc303b9460ff2733582ac5b0c8514cad9694ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:41:16 +0000 Subject: [PATCH] Bump rspec-rails from 7.1.1 to 8.0.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to 8.0.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.1 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 c8916c9..e01f01e 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ gem "thruster", require: false # gem "stackprof" group :development, :test do - gem "rspec-rails", "~> 7.1.0" + gem "rspec-rails", "~> 8.0.1" # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", platforms: %i[ mri windows ], require: "debug/prelude" diff --git a/Gemfile.lock b/Gemfile.lock index 9b8fb89..b4a4339 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -355,10 +355,10 @@ GEM rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.1.1) - actionpack (>= 7.0) - activesupport (>= 7.0) - railties (>= 7.0) + rspec-rails (8.0.1) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -532,7 +532,7 @@ DEPENDENCIES rails (~> 8.0.2) rails-controller-testing rails_autolink - rspec-rails (~> 7.1.0) + rspec-rails (~> 8.0.1) rubocop-rails-omakase searchkick selenium-webdriver (~> 4.28)