]> source.dussan.org Git - redmine.git/commitdiff
Merged r17116 from trunk to 3.4-stable (#27691)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 17 Dec 2017 06:23:36 +0000 (06:23 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 17 Dec 2017 06:23:36 +0000 (06:23 +0000)
Gemfile: relax mail gem version.

git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17117 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 13d51f292f8356b8fcf095be4905b160c6736ea5..f2c01a6fa4a8cff22a7f22def4870948c4a56cec 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -18,7 +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 "mail", "~> 2.6.4"
 
 gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.8.1" : "~> 1.6.8")
 gem "i18n", "~> 0.7.0"