diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2010-03-29 08:05:32 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-03-29 08:05:39 -0700 |
commit | 0d6f97e702ba19f81e4c30246928e21b5a6b1456 (patch) | |
tree | d034cd84f8f695d3e83242c9e706309b9e7c9c2d /actionmailer | |
parent | 5f7bc47303933ec67700f6390c98d889f6d9b0d1 (diff) | |
download | rails-0d6f97e702ba19f81e4c30246928e21b5a6b1456.tar.gz rails-0d6f97e702ba19f81e4c30246928e21b5a6b1456.tar.bz2 rails-0d6f97e702ba19f81e4c30246928e21b5a6b1456.zip |
Bump mail to 2.1.5.3
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 8d6475cea9..410df0e106 100644 --- a/actionmailer/actionmailer.gemspec +++ b/actionmailer/actionmailer.gemspec @@ -20,6 +20,6 @@ Gem::Specification.new do |s| s.has_rdoc = true s.add_dependency('actionpack', version) - s.add_dependency('mail', '~> 2.1.5.2') + s.add_dependency('mail', '~> 2.1.5.3') s.add_dependency('text-format', '~> 1.0.0') end |