Skip to content

Commit

Permalink
Updating mail require
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel committed Jan 8, 2010
1 parent 4300f94 commit e2aa671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/actionmailer.gemspec
Expand Up @@ -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.0')
s.add_dependency('mail', '~> 1.5.2')

s.files = Dir['CHANGELOG', 'README', 'MIT-LICENSE', 'lib/**/*']
s.has_rdoc = true
Expand Down

0 comments on commit e2aa671

Please sign in to comment.