From 35500ef34af07e6b6fefb85c2c4de88d9dea5fcd Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 5 Nov 2017 19:39:12 +0000 Subject: [PATCH] Merged r17019 from trunk to 3.4-stable Gemfile: pin mail gem version to prevent failure of MailHandlerTest#test_add_issue_with_localized_attributes git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17020 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index bd0bad4bb..2482aa9f9 100644 --- a/Gemfile +++ b/Gemfile @@ -18,6 +18,7 @@ gem "actionpack-xml_parser" gem "roadie-rails", "~> 1.1.1" gem "roadie", "~> 3.2.1" gem "mimemagic" +gem "mail", "~> 2.6.6" gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.7.2" : "~> 1.6.8") gem "i18n", "~> 0.7.0" -- 2.39.5