From e177613805e1947ae2eb235a234235d5527c5b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:22:31 +0000 Subject: [PATCH] build(deps): Bump net-imap from 0.4.17 to 0.4.18 in the net-gem group Bumps the net-gem group with 1 update: [net-imap](https://github.com/ruby/net-imap). Updates `net-imap` from 0.4.17 to 0.4.18 - [Release notes](https://github.com/ruby/net-imap/releases) - [Commits](https://github.com/ruby/net-imap/compare/v0.4.17...v0.4.18) --- updated-dependencies: - dependency-name: net-imap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: net-gem ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 374b5ca00..a5686b103 100644 --- a/Gemfile +++ b/Gemfile @@ -46,5 +46,5 @@ group :rubocop do gem "rubocop" end -gem "net-imap", "~> 0.4.17" +gem "net-imap", "~> 0.4.18" gem "zeitwerk", "~> 2.6.0" diff --git a/Gemfile.lock b/Gemfile.lock index 019572016..269e8ef51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,7 @@ GEM mini_portile2 (2.8.8) minitest (5.25.1) msgpack (1.7.3) - net-imap (0.4.17) + net-imap (0.4.18) date net-protocol net-pop (0.1.2) @@ -334,7 +334,7 @@ DEPENDENCIES image_processing inline_svg listen - net-imap (~> 0.4.17) + net-imap (~> 0.4.18) puma rack-mini-profiler rails (~> 6.1.7.10)