diff --git a/Gemfile b/Gemfile index 8fde1820811..51e1581c444 100644 --- a/Gemfile +++ b/Gemfile @@ -107,7 +107,7 @@ end group :development, :test do # Use RSpec for Behaviour testing - gem 'rspec-rails', '~> 6' + gem 'rspec-rails', '~> 8' gem 'rubocop', '~> 1.73' diff --git a/Gemfile.lock b/Gemfile.lock index f0577bc8de7..056e10d5138 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -207,7 +207,7 @@ GEM warden (~> 1.2.3) devise-multi_email (3.0.1) devise - diff-lcs (1.5.1) + diff-lcs (1.6.2) docile (1.4.0) docker-api (2.4.0) excon (>= 0.64.0) @@ -227,6 +227,7 @@ GEM htmlentities (~> 4.3.3) launchy (>= 2.1, < 4.0) mail (~> 2.7) + erb (5.0.1) erubi (1.13.1) et-orbi (1.2.11) tzinfo @@ -390,7 +391,7 @@ GEM rake mini_magick (4.13.2) mini_mime (1.1.5) - mini_portile2 (2.8.8) + mini_portile2 (2.8.9) minitest (5.25.5) multi_json (1.15.0) multipart-post (2.4.1) @@ -433,7 +434,7 @@ GEM pragmatic_segmenter (0.3.24) prettyprint (0.2.0) progress (3.6.0) - psych (5.2.4) + psych (5.2.6) date stringio public_suffix (6.0.1) @@ -471,7 +472,7 @@ GEM actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) activesupport (>= 5.0.1.rc1) - rails-dom-testing (2.2.0) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) @@ -490,11 +491,12 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.2.1) + rake (13.3.0) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.13.1) + rdoc (6.14.1) + erb psych (>= 4.0.0) recaptcha (5.19.0) record_tag_helper (1.0.1) @@ -540,28 +542,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.4) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.5) 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.5) 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 (8.0.1) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) 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.4) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) rubocop (1.73.2) @@ -677,7 +679,7 @@ GEM nokogiri (~> 1.8) yajl-ruby (1.4.3) yard (0.9.37) - zeitwerk (2.7.2) + zeitwerk (2.7.3) PLATFORMS ruby @@ -755,7 +757,7 @@ DEPENDENCIES rollbar (>= 1.5.3) rouge (~> 3) rspec-html-matchers - rspec-rails (~> 6) + rspec-rails (~> 8) rspec-retry rspec_junit_formatter rubocop (~> 1.73)