aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/actionmailer.gemspec
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-01-15 23:48:38 +0100
committerJosé Valim <jose.valim@gmail.com>2010-01-15 23:48:38 +0100
commitb3c87746efcf6c9f43ac1cd15a6ea728b46ecf9a (patch)
tree81e28617885d12185a1851ba219a15f6df0942d4 /actionmailer/actionmailer.gemspec
parent5a5760828b998997048dc04ce3e83ecf50ae6e7b (diff)
downloadrails-b3c87746efcf6c9f43ac1cd15a6ea728b46ecf9a.tar.gz
rails-b3c87746efcf6c9f43ac1cd15a6ea728b46ecf9a.tar.bz2
rails-b3c87746efcf6c9f43ac1cd15a6ea728b46ecf9a.zip
Move I18n to gemspec and update dependencies.
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 0c1106b605..96549bf29c 100644
--- a/actionmailer/actionmailer.gemspec
+++ b/actionmailer/actionmailer.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "http://www.rubyonrails.org"
s.add_dependency('actionpack', '= 3.0.pre')
- s.add_dependency('mail', '~> 1.5.2')
+ s.add_dependency('mail', '~> 1.6.0')
s.files = Dir['CHANGELOG', 'README', 'MIT-LICENSE', 'lib/**/*']
s.has_rdoc = true