From a41733ffad88ef776189635d26322d6fbb54ebcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 May 2025 17:25:17 +0000 Subject: [PATCH] Bump rspec-rails from 6.1.5 to 8.0.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.5 to 8.0.0. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.1.5...v8.0.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.0 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 5f9b166..e9c0c3d 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,7 @@ group :development, :test do gem "rubocop", "~> 1.56", require: false gem "rubocop-rspec", require: false - gem "rspec-rails", "~> 6.1" + gem "rspec-rails", "~> 8.0" gem "factory_bot_rails", "~> 6.4" gem "faker", "~> 3.2" diff --git a/Gemfile.lock b/Gemfile.lock index cadbe2a..bc813ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -327,10 +327,10 @@ GEM rspec-mocks (3.13.4) 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 (8.0.0) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -477,7 +477,7 @@ DEPENDENCIES puma (>= 5.0) rails (~> 8.0.2) redis (~> 5.0) - rspec-rails (~> 6.1) + rspec-rails (~> 8.0) rubocop (~> 1.56) rubocop-rails-omakase rubocop-rspec