From dee483fa6bb050b993885b9c2b2555b2b52f040e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 17:36:24 +0000 Subject: [PATCH] chore(deps-dev): bump rspec-rails from 7.1.1 to 8.0.4 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to 8.0.4. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.4) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index c724167..b3a6a4c 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,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" + gem "rspec-rails", "~> 8.0" gem "factory_bot_rails", "~> 6.4" gem "vcr", "~> 6.3" gem "webmock", "~> 3.24" diff --git a/Gemfile.lock b/Gemfile.lock index ded83c6..7950502 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -304,14 +304,14 @@ GEM rspec-mocks (3.13.8) 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-core (~> 3.13) - rspec-expectations (~> 3.13) - rspec-mocks (~> 3.13) - rspec-support (~> 3.13) + rspec-rails (8.0.4) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) + rspec-core (>= 3.13.0, < 5.0.0) + rspec-expectations (>= 3.13.0, < 5.0.0) + rspec-mocks (>= 3.13.0, < 5.0.0) + rspec-support (>= 3.13.0, < 5.0.0) rspec-support (3.13.7) rubocop (1.86.2) json (~> 2.3) @@ -434,7 +434,7 @@ DEPENDENCIES puma (>= 5.0) rails (~> 8.1.3) redis (~> 5.3) - rspec-rails (~> 7.0) + rspec-rails (~> 8.0) rubocop-rails-omakase ruby-openai (~> 7.3) sidekiq (~> 7.3)