diff --git a/Gemfile b/Gemfile index bd1d4782..195d0dee 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,7 @@ group :development, :test do gem "rake" gem "rspec-its", "~> 1.3" gem "rspec-mocks" - gem "rspec-rails", "~> 6.0" + gem "rspec-rails", "~> 6.1" gem "rspec-sidekiq", "~> 4.1", require: false gem "rubocop", "~> 1.57" gem "rubocop-rails", "~> 2.22" diff --git a/Gemfile.lock b/Gemfile.lock index 6488e964..5d8a838c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -387,7 +387,7 @@ GEM rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.0.3) + rspec-rails (6.1.0) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -567,7 +567,7 @@ DEPENDENCIES rqrcode rspec-its (~> 1.3) rspec-mocks - rspec-rails (~> 6.0) + rspec-rails (~> 6.1) rspec-sidekiq (~> 4.1) rubocop (~> 1.57) rubocop-rails (~> 2.22)