From 176ab3c669de1c06d523663ce62f880b0ff63cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 04:15:53 +0000 Subject: [PATCH] Bump rspec-rails from 6.1.5 to 8.0.2 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.5 to 8.0.2. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.1.5...v8.0.2) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.2 dependency-type: direct:production 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 8ece6f2..7dbad68 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" ruby "3.4.5" -gem "rspec-rails", "~> 6.1" +gem "rspec-rails", "~> 8.0" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 8.0.3" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] diff --git a/Gemfile.lock b/Gemfile.lock index 1ac7ba4..4e6c75a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -267,10 +267,10 @@ GEM rspec-mocks (3.13.5) 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.2) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -400,7 +400,7 @@ DEPENDENCIES propshaft puma (>= 5.0) rails (~> 8.0.3) - rspec-rails (~> 6.1) + rspec-rails (~> 8.0) rubocop-rails-omakase selenium-webdriver solid_cable