From b4d99d46773db6ca0b918632505a64a27e9978aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:26:35 +0000 Subject: [PATCH 1/4] Bump net-smtp from 0.3.3 to 0.4.0 (#675) Bumps [net-smtp](https://github.com/ruby/net-smtp) from 0.3.3 to 0.4.0. - [Release notes](https://github.com/ruby/net-smtp/releases) - [Changelog](https://github.com/ruby/net-smtp/blob/master/NEWS.md) - [Commits](https://github.com/ruby/net-smtp/compare/v0.3.3...v0.4.0) --- updated-dependencies: - dependency-name: net-smtp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: PaulDoyle-DEFRA <97455399+PaulDoyle-DEFRA@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e86e5708..45d88518 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -269,7 +269,7 @@ GEM net-protocol net-protocol (0.2.1) timeout - net-smtp (0.3.3) + net-smtp (0.4.0) net-protocol netrc (0.11.0) nio4r (2.5.9) From 8463838b726ffb8f48be644ecd4008a78d73c57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:31:16 +0000 Subject: [PATCH 2/4] Bump phonelib from 0.8.2 to 0.8.5 (#690) Bumps [phonelib](https://github.com/daddyz/phonelib) from 0.8.2 to 0.8.5. - [Release notes](https://github.com/daddyz/phonelib/releases) - [Changelog](https://github.com/daddyz/phonelib/blob/master/CHANGELOG.md) - [Commits](https://github.com/daddyz/phonelib/compare/v0.8.2...v0.8.5) --- updated-dependencies: - dependency-name: phonelib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: PaulDoyle-DEFRA <97455399+PaulDoyle-DEFRA@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 45d88518..93defaab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -288,7 +288,7 @@ GEM parser (3.2.2.1) ast (~> 2.4.1) pg (1.5.3) - phonelib (0.8.2) + phonelib (0.8.5) poltergeist (1.18.1) capybara (>= 2.1, < 4) cliver (~> 0.3.1) From f0f6a5861db86d3d9d3dae015abe0015b0b101ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:56:55 +0000 Subject: [PATCH 3/4] Bump pg from 1.5.3 to 1.5.4 (#682) Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.3 to 1.5.4. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: PaulDoyle-DEFRA <97455399+PaulDoyle-DEFRA@users.noreply.github.com> --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 93defaab..3f8981ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -287,8 +287,8 @@ GEM parallel (1.23.0) parser (3.2.2.1) ast (~> 2.4.1) - pg (1.5.3) - phonelib (0.8.5) + pg (1.5.4) + phonelib (0.8.2) poltergeist (1.18.1) capybara (>= 2.1, < 4) cliver (~> 0.3.1) From a588f649e94b167d32f7b64061973b9f638b6b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:00:39 +0000 Subject: [PATCH 4/4] Bump activerecord-session_store from 2.0.0 to 2.1.0 (#681) Bumps [activerecord-session_store](https://github.com/rails/activerecord-session_store) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/rails/activerecord-session_store/releases) - [Commits](https://github.com/rails/activerecord-session_store/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: activerecord-session_store dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: PaulDoyle-DEFRA <97455399+PaulDoyle-DEFRA@users.noreply.github.com> --- Gemfile.lock | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3f8981ab..053fed3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,12 +85,13 @@ GEM activerecord (7.0.7) activemodel (= 7.0.7) activesupport (= 7.0.7) - activerecord-session_store (2.0.0) - actionpack (>= 5.2.4.1) - activerecord (>= 5.2.4.1) + activerecord-session_store (2.1.0) + actionpack (>= 6.1) + activerecord (>= 6.1) + cgi (>= 0.3.6) multi_json (~> 1.11, >= 1.11.2) - rack (>= 2.0.8, < 3) - railties (>= 5.2.4.1) + rack (>= 2.0.8, < 4) + railties (>= 6.1) activestorage (7.0.7) actionpack (= 7.0.7) activejob (= 7.0.7) @@ -149,6 +150,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) + cgi (0.3.6) cliver (0.3.2) concurrent-ruby (1.2.2) console (1.17.0) @@ -260,7 +262,7 @@ GEM mime-types-data (3.2023.0218.1) mini_mime (1.1.5) mini_portile2 (2.8.4) - minitest (5.19.0) + minitest (5.20.0) multi_json (1.15.0) net-imap (0.3.7) date @@ -457,7 +459,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby