diff --git a/Gemfile b/Gemfile index 28b63ae..6b906f3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org/" -gem "activerecord", "7.2.2" # Ideally version should be synced with Transition +gem "activerecord", "8.0.0" # Ideally version should be synced with Transition gem "bootsnap", require: false gem "erubis", "2.7.0" gem "govuk_app_config", "~> 9.15.3" diff --git a/Gemfile.lock b/Gemfile.lock index fe96f5c..ecf7d78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,30 +1,29 @@ GEM remote: https://rubygems.org/ specs: - actionpack (7.2.2) - actionview (= 7.2.2) - activesupport (= 7.2.2) + actionpack (8.0.0) + actionview (= 8.0.0) + activesupport (= 8.0.0) nokogiri (>= 1.8.5) - racc - rack (>= 2.2.4, < 3.2) + rack (>= 2.2.4) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actionview (7.2.2) - activesupport (= 7.2.2) + actionview (8.0.0) + activesupport (= 8.0.0) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (7.2.2) - activesupport (= 7.2.2) - activerecord (7.2.2) - activemodel (= 7.2.2) - activesupport (= 7.2.2) + activemodel (8.0.0) + activesupport (= 8.0.0) + activerecord (8.0.0) + activemodel (= 8.0.0) + activesupport (= 8.0.0) timeout (>= 0.4.0) - activesupport (7.2.2) + activesupport (8.0.0) base64 benchmark (>= 0.3) bigdecimal @@ -36,6 +35,7 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) @@ -95,7 +95,7 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) rb-kqueue (>= 0.2) - logger (1.6.1) + logger (1.6.2) logstasher (2.1.5) activesupport (>= 5.2) request_store @@ -104,7 +104,7 @@ GEM nokogiri (>= 1.12.0) method_source (1.1.0) mini_portile2 (2.8.8) - minitest (5.25.2) + minitest (5.25.4) mr-sparkle (0.3.0) listen (~> 1.0) rb-fsevent (>= 0.9) @@ -352,9 +352,9 @@ GEM rails-html-sanitizer (1.6.1) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - railties (7.2.2) - actionpack (= 7.2.2) - activesupport (= 7.2.2) + railties (8.0.0) + actionpack (= 8.0.0) + activesupport (= 8.0.0) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -419,7 +419,7 @@ GEM rubocop-rspec (3.2.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) - securerandom (0.3.2) + securerandom (0.4.0) sentry-rails (5.21.0) railties (>= 5.0) sentry-ruby (~> 5.21.0) @@ -444,6 +444,7 @@ GEM unicorn (6.1.0) kgio (~> 2.6) raindrops (~> 0.7) + uri (1.0.2) useragent (0.16.10) webrick (1.9.0) zeitwerk (2.7.1) @@ -453,7 +454,7 @@ PLATFORMS x86_64-darwin-20 DEPENDENCIES - activerecord (= 7.2.2) + activerecord (= 8.0.0) bootsnap database_cleaner (= 2.1.0) erubis (= 2.7.0)