]> source.dussan.org Git - redmine.git/commitdiff
Merged r17019 from trunk to 3.3-stable
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 5 Nov 2017 19:40:41 +0000 (19:40 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 5 Nov 2017 19:40:41 +0000 (19:40 +0000)
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.3-stable@17021 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index d0319e094a0a4eefa9222f53441c587bdd445fe4..7201ef79486c9c3a1b8159b90488899592feda1e 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -20,6 +20,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"