From c949f74e83b08a8ccb9040d436f2f5472a2448a0 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Mon, 25 Nov 2024 13:29:17 -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 b438abba8..8138c401b 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :development, :test do gem 'capybara', '~> 3.0' gem 'launchy' # useful for debugging rspec/capybara integration tests -- put "save_and_open_page" in your test to debug gem 'rails-controller-testing' - gem 'rspec-rails', '~> 6.1' + gem 'rspec-rails', '~> 7.1' gem 'rubocop', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 3519664ac..8cf5c0875 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -529,10 +529,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) @@ -747,7 +747,7 @@ DEPENDENCIES rinku roadie-rails (~> 3) rsolr - rspec-rails (~> 6.1) + rspec-rails (~> 7.1) rubocop rubocop-capybara rubocop-performance