diff options
author | Mikel Lindsaar <mikel@reinteractive.net> | 2013-05-14 15:01:31 +1000 |
---|---|---|
committer | Mikel Lindsaar <mikel@reinteractive.net> | 2013-05-14 15:01:31 +1000 |
commit | 010ea715f2a629059117054f8079a5a1f60f30f6 (patch) | |
tree | 9fdd34e3c9d1791099012e1d325d95a72a5f297b | |
parent | b1fb8efd9b541117af327b9c06f79f088442ba18 (diff) | |
download | rails-010ea715f2a629059117054f8079a5a1f60f30f6.tar.gz rails-010ea715f2a629059117054f8079a5a1f60f30f6.tar.bz2 rails-010ea715f2a629059117054f8079a5a1f60f30f6.zip |
Update mail to minimum version 2.5.4
-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 c2c8e9b8e2..8b2e754fde 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.5.3') + s.add_dependency('mail', '~> 2.5.4') end |