1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

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
This commit is contained in:
Go MAEDA 2025-05-05 01:47:39 +00:00
parent 8dce4c0a12
commit ff5673fbf5

View File

@ -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'