diff options
author | Mikel Lindsaar <mikel@rubyx.com> | 2012-01-15 22:15:15 +1030 |
---|---|---|
committer | Mikel Lindsaar <mikel@rubyx.com> | 2012-01-15 22:16:16 +1030 |
commit | 95027d224050a3715677a09593d5891bd71a732e (patch) | |
tree | 84907ff0a4ea3300c0f33372d8ed9f0999307959 /actionmailer | |
parent | fce3afa9b264126080489d8c3069b2df71de2769 (diff) | |
download | rails-95027d224050a3715677a09593d5891bd71a732e.tar.gz rails-95027d224050a3715677a09593d5891bd71a732e.tar.bz2 rails-95027d224050a3715677a09593d5891bd71a732e.zip |
Upgrade mail dependency to 2.4.0
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/actionmailer.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/actionmailer.gemspec b/actionmailer/actionmailer.gemspec index 7ecc35b7c7..4094ce9353 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.3.0') + s.add_dependency('mail', '~> 2.4.0') end |