diff --git a/Gemfile b/Gemfile index 34166bc835..420da04abc 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ end group :development, :test do gem 'dotenv-rails', '~> 3.1' gem 'parallel_tests', '~> 4.7' - gem 'rspec-rails', '~> 6.1' + gem 'rspec-rails', '~> 7.0' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index d513ae9a25..4d50d25fe1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -425,7 +425,7 @@ GEM redis-client (0.22.2) connection_pool regexp_parser (2.9.2) - reline (0.5.9) + reline (0.5.10) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) @@ -447,18 +447,18 @@ GEM rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.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-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) @@ -587,7 +587,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) - zeitwerk (2.6.17) + zeitwerk (2.6.18) PLATFORMS ruby @@ -641,7 +641,7 @@ DEPENDENCIES rails (= 7.1.3.4) redis (~> 5.3) rqrcode (~> 2.2) - rspec-rails (~> 6.1) + rspec-rails (~> 7.0) rspec-retry (~> 0.6) rspec-snapshot (~> 2.0) rspec_junit_formatter (~> 0.6)