From ff5673fbf5291c85976ce9f2b39d5f1431a32111 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 5 May 2025 01:47:39 +0000 Subject: [PATCH] Update net-imap gem version constraint to '~> 0.5.7' (#42662). git-svn-id: https://svn.redmine.org/redmine/trunk@23740 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1103c6d69..6dbc733ec 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'commonmarker', '~> 2.3.0' # Ruby Standard Gems gem 'csv', '~> 3.3.2' -gem 'net-imap', '~> 0.5.4' +gem 'net-imap', '~> 0.5.7' gem 'net-pop', '~> 0.1.2' gem 'net-smtp', '~> 0.5.0'