diff --git a/Gemfile b/Gemfile index 6ba4e232..a2499aab 100644 --- a/Gemfile +++ b/Gemfile @@ -92,7 +92,7 @@ group :development, :test do gem "rake" gem "rspec-its", "~> 1.3" gem "rspec-mocks" - gem "rspec-rails", "~> 6.1" + gem "rspec-rails", "~> 7.0" gem "rspec-sidekiq", "~> 5.0", require: false gem "rubocop", "~> 1.66" gem "rubocop-rails", "~> 2.26" diff --git a/Gemfile.lock b/Gemfile.lock index a2459bb1..fc173721 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -393,9 +393,9 @@ GEM chunky_png (~> 1.0) rqrcode_core (~> 1.0) rqrcode_core (1.2.0) - rspec-core (3.13.0) + rspec-core (3.13.1) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-its (1.3.0) @@ -404,10 +404,10 @@ GEM rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.4) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (7.0.1) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -595,7 +595,7 @@ DEPENDENCIES rqrcode rspec-its (~> 1.3) rspec-mocks - rspec-rails (~> 6.1) + rspec-rails (~> 7.0) rspec-sidekiq (~> 5.0) rubocop (~> 1.66) rubocop-rails (~> 2.26)