Skip to content

Commit

Permalink
Updated mail requirement to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel committed Jan 28, 2010
1 parent 7b8c647 commit 32ce2bb
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.homepage = "http://www.rubyonrails.org"


s.add_dependency('actionpack', '= 3.0.pre') s.add_dependency('actionpack', '= 3.0.pre')
s.add_dependency('mail', '~> 2.1.1') s.add_dependency('mail', '~> 2.1.2')


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

0 comments on commit 32ce2bb

Please sign in to comment.