aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/actionmailer.gemspec
diff options
context:
space:
mode:
authorMikel Lindsaar <mikel@rubyx.com>2011-04-26 20:04:48 +1000
committerMikel Lindsaar <mikel@rubyx.com>2011-04-26 20:05:59 +1000
commitdd44626c7f2015c61d83a1be1265e664e87419f6 (patch)
tree2de0e927dcfaca9d2aa85281f09934b586ffc551 /actionmailer/actionmailer.gemspec
parentb73c84eaa76da4386dc4b78cdfc75baf0a08f6f2 (diff)
downloadrails-dd44626c7f2015c61d83a1be1265e664e87419f6.tar.gz
rails-dd44626c7f2015c61d83a1be1265e664e87419f6.tar.bz2
rails-dd44626c7f2015c61d83a1be1265e664e87419f6.zip
Updating to use Mail v2.3.0
Need to move the require of mail in test/abstract_unit to be after active support to make sure we use ActiveSupport multibyte handlers, otherwise, Mail will load its internal multibyte compat
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 a59069cc37..447e25ca8a 100644
--- a/actionmailer/actionmailer.gemspec
+++ b/actionmailer/actionmailer.gemspec
@@ -18,5 +18,5 @@ Gem::Specification.new do |s|
s.requirements << 'none'
s.add_dependency('actionpack', version)
- s.add_dependency('mail', '~> 2.2.16')
+ s.add_dependency('mail', '~> 2.3.0')
end