diff --git a/Gemfile b/Gemfile index 8316b4d1..0f998929 100644 --- a/Gemfile +++ b/Gemfile @@ -92,7 +92,7 @@ group :development, :test do gem "rake" gem "rspec-its", "~> 2.0" gem "rspec-mocks" - gem "rspec-rails", "~> 7.0" + gem "rspec-rails", "~> 7.1" gem "rspec-sidekiq", "~> 5.0", require: false gem "rubocop", "~> 1.68" gem "rubocop-rails", "~> 2.27" diff --git a/Gemfile.lock b/Gemfile.lock index a4a3ed6c..aa83253e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -424,7 +424,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.1) + rspec-rails (7.1.0) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -616,7 +616,7 @@ DEPENDENCIES rqrcode rspec-its (~> 2.0) rspec-mocks - rspec-rails (~> 7.0) + rspec-rails (~> 7.1) rspec-sidekiq (~> 5.0) rubocop (~> 1.68) rubocop-rails (~> 2.27)