Update net-imap gem version constraint to '~> 0.3.9' in 5.1-stable (#42662).

git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23742 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-05-05 01:54:26 +00:00
parent 521b175f6b
commit 7f15f4ef52

View File

@@ -18,7 +18,7 @@ gem 'rubyzip', '~> 2.3.0'
# Ruby Standard Gems
gem 'csv', '~> 3.2.6'
gem 'net-imap', '~> 0.3.4'
gem 'net-imap', '~> 0.3.9'
gem 'net-pop', '~> 0.1.2'
gem 'net-smtp', '~> 0.3.3'
gem 'rexml', require: false if Gem.ruby_version >= Gem::Version.new('3.0')