diff --git a/Gemfile b/Gemfile index 8b2958283a..93e7d4feb7 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.70' diff --git a/Gemfile.lock b/Gemfile.lock index 1fa0bad410..68568fd9e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,7 +205,7 @@ GEM warden (~> 1.2.3) devise-multi_email (3.0.1) devise - diff-lcs (1.5.1) + diff-lcs (1.6.0) docile (1.4.0) docker-api (2.4.0) excon (>= 0.64.0) @@ -307,7 +307,8 @@ GEM image_size (3.4.0) in_threads (1.6.0) io-console (0.8.0) - irb (1.14.3) + irb (1.15.1) + pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.13.0) @@ -349,7 +350,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.5) + logger (1.6.6) lograge (0.14.0) actionpack (>= 4) activesupport (>= 4) @@ -419,9 +420,12 @@ GEM ttfunk pg (1.5.9) pgvector (0.3.2) + pp (0.6.2) + prettyprint pragmatic_segmenter (0.3.24) + prettyprint (0.2.0) progress (3.6.0) - psych (5.2.2) + psych (5.2.3) date stringio public_suffix (6.0.1) @@ -429,7 +433,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.9) + rack (3.1.11) rack-cors (2.0.2) rack (>= 2.0.0) rack-mini-profiler (3.3.1) @@ -482,7 +486,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.10.0) + rdoc (6.12.0) psych (>= 4.0.0) recaptcha (5.19.0) record_tag_helper (1.0.1) @@ -528,28 +532,28 @@ 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.3) 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.1.1) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-retry (0.6.2) rspec-core (> 3.3) - rspec-support (3.13.1) + rspec-support (3.13.2) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) rubocop (1.70.0) @@ -626,7 +630,7 @@ GEM rack (>= 2.2.4, < 4) ssrf_filter (1.2.0) stackprof (0.2.27) - stringio (3.1.2) + stringio (3.1.5) temple (0.10.3) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -662,7 +666,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.37) - zeitwerk (2.7.1) + zeitwerk (2.7.2) PLATFORMS ruby @@ -739,7 +743,7 @@ DEPENDENCIES rollbar (>= 1.5.3) rouge (~> 3) rspec-html-matchers - rspec-rails (~> 6) + rspec-rails (~> 7) rspec-retry rspec_junit_formatter rubocop (~> 1.70)