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

git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@23791 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-05-24 00:46:52 +00:00
parent 3c2b7d0e2e
commit a20c60e64d

View File

@@ -30,7 +30,7 @@ gem 'rbpdf', '~> 1.21.3'
gem 'addressable'
gem 'rubyzip', '~> 2.3.0'
gem 'net-smtp', '~> 0.3.0'
gem 'net-imap', '~> 0.2.2'
gem 'net-imap', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '0.2.2' : '~> 0.2.5')
gem 'net-pop', '~> 0.1.1'
# Rails 6.1.6.1 does not work with Pysch 3.0.2, which is installed by default with Ruby 2.5. See https://github.com/rails/rails/issues/45590
gem 'psych', '>= 3.1.0' if Gem.ruby_version < Gem::Version.new('2.6.0')