aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/actionmailer.gemspec
diff options
context:
space:
mode:
authorMikel Lindsaar <mikel@rubyx.com>2012-03-06 19:58:48 +1100
committerMikel Lindsaar <mikel@rubyx.com>2012-03-06 19:59:56 +1100
commit98b0d3effa858f90ff7620370a4173fb34e7b939 (patch)
tree63c4b552351d96ee6063c57c5ce932f634d69e9f /actionmailer/actionmailer.gemspec
parentf97e3ed1117940f1ec85348ab9a7a092316fea29 (diff)
downloadrails-98b0d3effa858f90ff7620370a4173fb34e7b939.tar.gz
rails-98b0d3effa858f90ff7620370a4173fb34e7b939.tar.bz2
rails-98b0d3effa858f90ff7620370a4173fb34e7b939.zip
Increasing minimum version of mail due to security vulnerability found in Mail 2.4.1 for sendmail or exim
Diffstat (limited to 'actionmailer/actionmailer.gemspec')
-rw-r--r--actionmailer/actionmailer.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/actionmailer.gemspec b/actionmailer/actionmailer.gemspec
index c605f1ff04..f03240acb1 100644
--- a/actionmailer/actionmailer.gemspec
+++ b/actionmailer/actionmailer.gemspec
@@ -17,5 +17,5 @@ Gem::Specification.new do |s|
s.requirements << 'none'
s.add_dependency('actionpack', version)
- s.add_dependency('mail', '~> 2.4.1')
+ s.add_dependency('mail', '~> 2.4.3')
end