From bfd9368969e7a2c90826a9f5623383de9393d471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:03:56 +0000 Subject: [PATCH] Bump activerecord from 7.1.3.4 to 7.2.1 Bumps [activerecord](https://github.com/rails/rails) from 7.1.3.4 to 7.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.1.3.4...v7.2.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 50 +++++++++++++++++++++++++++----------------------- 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/Gemfile b/Gemfile index a8e7433..3c2b044 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org/" -gem "activerecord", "7.1.3.4" # Ideally version should be synced with Transition +gem "activerecord", "7.2.1" # Ideally version should be synced with Transition gem "bootsnap", require: false gem "erubis", "2.7.0" gem "govuk_app_config", "~> 9.14.0" diff --git a/Gemfile.lock b/Gemfile.lock index b5dd0f4..7378932 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,38 +1,40 @@ GEM remote: https://rubygems.org/ specs: - actionpack (7.1.3.4) - actionview (= 7.1.3.4) - activesupport (= 7.1.3.4) + actionpack (7.2.1) + actionview (= 7.2.1) + activesupport (= 7.2.1) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.2) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actionview (7.1.3.4) - activesupport (= 7.1.3.4) + useragent (~> 0.16) + actionview (7.2.1) + activesupport (= 7.2.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (7.1.3.4) - activesupport (= 7.1.3.4) - activerecord (7.1.3.4) - activemodel (= 7.1.3.4) - activesupport (= 7.1.3.4) + activemodel (7.2.1) + activesupport (= 7.2.1) + activerecord (7.2.1) + activemodel (= 7.2.1) + activesupport (= 7.2.1) timeout (>= 0.4.0) - activesupport (7.1.3.4) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) @@ -42,7 +44,7 @@ GEM msgpack (~> 1.2) builder (3.3.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) database_cleaner (2.0.2) @@ -90,6 +92,7 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) rb-kqueue (>= 0.2) + logger (1.6.0) logstasher (2.1.5) activesupport (>= 5.2) request_store @@ -98,14 +101,13 @@ GEM nokogiri (>= 1.12.0) method_source (1.0.0) mini_portile2 (2.8.7) - minitest (5.24.1) + minitest (5.25.1) mr-sparkle (0.3.0) listen (~> 1.0) rb-fsevent (>= 0.9) rb-inotify (>= 0.8) unicorn (>= 4.5) msgpack (1.7.2) - mutex_m (0.2.0) nio4r (2.7.3) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) @@ -348,10 +350,10 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.3.4) - actionpack (= 7.1.3.4) - activesupport (= 7.1.3.4) - irb + railties (7.2.1) + actionpack (= 7.2.1) + activesupport (= 7.2.1) + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) @@ -418,6 +420,7 @@ GEM rubocop-rspec (3.0.1) rubocop (~> 1.61) ruby-progressbar (1.13.0) + securerandom (0.3.1) sentry-rails (5.18.2) railties (>= 5.0) sentry-ruby (~> 5.18.2) @@ -441,6 +444,7 @@ GEM unicorn (6.1.0) kgio (~> 2.6) raindrops (~> 0.7) + useragent (0.16.10) webrick (1.8.1) zeitwerk (2.6.16) @@ -449,7 +453,7 @@ PLATFORMS x86_64-darwin-20 DEPENDENCIES - activerecord (= 7.1.3.4) + activerecord (= 7.2.1) bootsnap database_cleaner (= 2.0.2) erubis (= 2.7.0)