From 2d40b020a689e26057a53d7e2c39794b430710a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:30:26 +0000 Subject: [PATCH 1/3] Bump net-imap from 0.5.7 to 0.5.14 Bumps [net-imap](https://github.com/ruby/net-imap) from 0.5.7 to 0.5.14. - [Release notes](https://github.com/ruby/net-imap/releases) - [Commits](https://github.com/ruby/net-imap/compare/v0.5.7...v0.5.14) --- updated-dependencies: - dependency-name: net-imap dependency-version: 0.5.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 03edb600..25ef8fe5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM bigdecimal rexml crass (1.0.6) - date (3.4.1) + date (3.5.1) derailed (0.1.0) derailed_benchmarks derailed_benchmarks (2.2.1) @@ -207,7 +207,7 @@ GEM mutex_m (0.3.0) net-http (0.6.0) uri - net-imap (0.5.7) + net-imap (0.5.14) date net-protocol net-pop (0.1.2) From 3829480825e53e02f2a47a4446070633bf4ffa10 Mon Sep 17 00:00:00 2001 From: manu vasconcelos Date: Tue, 5 May 2026 12:21:29 -0300 Subject: [PATCH 2/3] Run tests From 9388c0f68bdf2ff48310657cb4545391cf744395 Mon Sep 17 00:00:00 2001 From: manu vasconcelos Date: Tue, 5 May 2026 12:41:22 -0300 Subject: [PATCH 3/3] Add to Gemfile --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index b64455f7..bdf4e4d5 100644 --- a/Gemfile +++ b/Gemfile @@ -58,6 +58,7 @@ gem 'addressable', '2.9.0' # Adding this removes some deprecation warnings, caused by double-loading of the net-protocol library # (see https://github.com/ruby/net-imap/issues/16). We *might* be able to remove this after upgrading to Ruby 3 gem 'net-http' +gem 'net-imap', '>= 0.5.14' gem 'prometheus-client' gem 'psych', '< 4' gem 'net-protocol' diff --git a/Gemfile.lock b/Gemfile.lock index 25ef8fe5..5ba41328 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -447,6 +447,7 @@ DEPENDENCIES minitest-retry mocha (~> 2.7) net-http + net-imap (>= 0.5.14) net-protocol nokogiri (= 1.19.1) parallel_tests