diff --git a/Gemfile b/Gemfile index e23511b0..1ed68d13 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", platforms: %i[ mri mingw x64_mingw ] - gem 'rspec-rails', '~> 6.0' + gem 'rspec-rails', '~> 7.1' # Rubocop is a static code analyzer (linter) to enforce style. gem 'rubocop', require: false diff --git a/Gemfile.lock b/Gemfile.lock index b6a9dae1..c4bc1e9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -317,10 +317,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) @@ -453,7 +453,7 @@ DEPENDENCIES puma (~> 6.0) rails (~> 7.2.0) recaptcha - rspec-rails (~> 6.0) + rspec-rails (~> 7.1) rubocop rubocop-capybara rubocop-factory_bot