From 45507f77055953483e6f27ab1ab90068b76d026e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 09:23:14 +0000 Subject: [PATCH] Bump rspec-rails from 7.0.2 to 8.0.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.0.2 to 8.0.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v7.0.2...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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 6b64034..5e87d26 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ group :development, :test do # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/] gem "rubocop-rails-omakase", require: false - gem 'rspec-rails', '~> 7.0.0' + gem 'rspec-rails', '~> 8.0.1' gem 'factory_bot_rails' diff --git a/Gemfile.lock b/Gemfile.lock index 6e74c78..b5e953b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -419,7 +419,7 @@ GEM ffi (~> 1.0) rbs (3.9.4) logger - rdoc (6.14.0) + rdoc (6.14.1) erb psych (>= 4.0.0) redcarpet (3.6.1) @@ -445,10 +445,10 @@ GEM rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.2) - 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) @@ -654,7 +654,7 @@ DEPENDENCIES ransack redcarpet rouge - rspec-rails (~> 7.0.0) + rspec-rails (~> 8.0.1) rubocop-rails-omakase ruby-lsp-rails ruby-lsp-rspec