diff --git a/Gemfile b/Gemfile index 2d1872bf20f..6422329bee7 100644 --- a/Gemfile +++ b/Gemfile @@ -106,7 +106,7 @@ end group :development, :test do # Use RSpec for Behaviour testing - gem 'rspec-rails', '~> 6' + gem 'rspec-rails', '~> 7' gem 'rubocop', '~> 1.66' diff --git a/Gemfile.lock b/Gemfile.lock index 6022f6bf59e..762ec1bd077 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -253,7 +253,7 @@ GEM http-cookie (1.0.6) domain_name (~> 0.5) http_accept_language (2.1.1) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) i18n-tasks (1.0.14) activesupport (>= 4.0.2) @@ -281,7 +281,7 @@ GEM image_size (3.4.0) in_threads (1.6.0) io-console (0.7.2) - irb (1.14.0) + irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.12.0) @@ -379,18 +379,18 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (2.2.9) + rack (3.1.8) rack-cors (2.0.2) rack (>= 2.0.0) rack-mini-profiler (3.3.1) rack (>= 1.2.0) - rack-session (1.0.2) - rack (< 3) + rack-session (2.0.0) + rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rackup (1.0.0) - rack (< 3) - webrick + rackup (2.1.0) + rack (>= 3) + webrick (~> 1.8) rails (7.2.1) actioncable (= 7.2.1) actionmailbox (= 7.2.1) @@ -478,21 +478,21 @@ 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.2) 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-html-matchers (0.10.0) nokogiri (~> 1) rspec (>= 3.0.0.a) - rspec-mocks (3.13.1) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - 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) @@ -603,7 +603,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.37) - zeitwerk (2.6.17) + zeitwerk (2.7.1) PLATFORMS ruby @@ -674,7 +674,7 @@ DEPENDENCIES rollbar (>= 1.5.3) rouge (~> 3) rspec-html-matchers - rspec-rails (~> 6) + rspec-rails (~> 7) rspec-retry rspec_junit_formatter rubocop (~> 1.66)