From a20c60e64d2d0ffa4f8fbb3db947c693b944cfb1 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 24 May 2025 00:46:52 +0000 Subject: 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3