aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-09-26 00:29:38 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-09-26 00:29:38 -0300
commit14d2feeeab44d0161b3014c9e19f4e336c09c78e (patch)
tree292fb62c78102c5d7f7ca10bbd554cb719cc3817 /actionmailer
parent12db1a39cd7af3d756ab37fa94257af3f35f08f6 (diff)
downloadrails-14d2feeeab44d0161b3014c9e19f4e336c09c78e.tar.gz
rails-14d2feeeab44d0161b3014c9e19f4e336c09c78e.tar.bz2
rails-14d2feeeab44d0161b3014c9e19f4e336c09c78e.zip
Bump up some deps
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/actionmailer.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/actionmailer.gemspec b/actionmailer/actionmailer.gemspec
index 6cdf10e255..042ad43319 100644
--- a/actionmailer/actionmailer.gemspec
+++ b/actionmailer/actionmailer.gemspec
@@ -20,5 +20,5 @@ Gem::Specification.new do |s|
s.has_rdoc = true
s.add_dependency('actionpack', version)
- s.add_dependency('mail', '~> 2.2.6')
+ s.add_dependency('mail', '~> 2.2.6.1')
end