Skip to content

Commit

Permalink
Updating mail version requirement to 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel committed Mar 28, 2010
1 parent 4e0d1cf commit 53bcd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/actionmailer.gemspec
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |s|
s.has_rdoc = true

s.add_dependency('actionpack', version)
s.add_dependency('mail', '~> 2.1.3')
s.add_dependency('mail', '~> 2.1.5')
s.add_dependency('text-format', '~> 1.0.0')
end

0 comments on commit 53bcd4a

Please sign in to comment.