diff --git a/Gemfile b/Gemfile index 84a6499..6716a52 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ end 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' gem "rubocop-rails", "~> 2.16", require: false gem "rubocop-rspec", "~> 2.13", require: false gem "solr_wrapper", ">= 0.3" diff --git a/Gemfile.lock b/Gemfile.lock index 4c76142..bf24e29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -373,10 +373,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) @@ -519,7 +519,7 @@ DEPENDENCIES recaptcha (~> 5.12) redis (>= 4.0.1) rsolr (>= 1.0, < 3) - rspec-rails (~> 6.0) + rspec-rails (~> 7.1) rubocop-rails (~> 2.16) rubocop-rspec (~> 2.13) selenium-webdriver