summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2025-05-24 00:46:52 +0000
committerGo MAEDA <maeda@farend.jp>2025-05-24 00:46:52 +0000
commita20c60e64d2d0ffa4f8fbb3db947c693b944cfb1 (patch)
treee1a200505904fb5535f83e30ac34fcd3f2e97f9b
parent3c2b7d0e2e9039f13a04444a1b0fb5eaddfd6860 (diff)
downloadredmine-a20c60e64d2d0ffa4f8fbb3db947c693b944cfb1.tar.gz
redmine-a20c60e64d2d0ffa4f8fbb3db947c693b944cfb1.zip
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
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 81ac7dc80..c6cfbcdb9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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')