From 30df3955de3078f1f80a981cf76264eabb6e8cbc Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Mon, 25 Nov 2024 13:27:34 -0600 Subject: [PATCH] Upgrade rspec-rails to version 7 --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 2ab2b079..e5536d83 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ group :development, :test do gem "debug", platforms: %i[ mri mingw x64_mingw ] # RSpec for testing - gem 'rspec-rails', '~> 6.0' + gem 'rspec-rails', '~> 7.0' gem 'rails-controller-testing' diff --git a/Gemfile.lock b/Gemfile.lock index c701ac4d..92f46a18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -308,10 +308,10 @@ GEM rspec-mocks (3.13.2) 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 (7.1.0) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -434,7 +434,7 @@ DEPENDENCIES rails-controller-testing redis retries - rspec-rails (~> 6.0) + rspec-rails (~> 7.0) rubocop (~> 1.57) rubocop-capybara rubocop-performance