summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2025-05-05 01:47:39 +0000
committerGo MAEDA <maeda@farend.jp>2025-05-05 01:47:39 +0000
commitff5673fbf5291c85976ce9f2b39d5f1431a32111 (patch)
tree1970f81868cdeef5c26643c3a6509b818509f0d5
parent8dce4c0a125e841934eb694560f44a5363d7b8ff (diff)
downloadredmine-ff5673fbf5291c85976ce9f2b39d5f1431a32111.tar.gz
redmine-ff5673fbf5291c85976ce9f2b39d5f1431a32111.zip
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
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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'