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 705fae54..72e1891e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -392,9 +392,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) @@ -403,10 +403,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) @@ -493,7 +493,7 @@ GEM strscan (3.1.0) sysexits (1.2.0) temple (0.10.3) - thor (1.3.1) + thor (1.3.2) tilt (2.4.0) timeout (0.4.1) tldv (0.1.0) @@ -528,7 +528,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.17) + zeitwerk (2.6.18) PLATFORMS ruby @@ -594,7 +594,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)