Skip to content

Commit

Permalink
Merge pull request #9475 from queso/update-mail
Browse files Browse the repository at this point in the history
Update gemspec to get mail 2.4 as the main version, 2.3.3 has security i...
  • Loading branch information
guilleiguaran committed Feb 28, 2013
2 parents 2821f95 + d3dc2a7 commit 3f8eb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/actionmailer.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new do |s|
s.requirements << 'none' s.requirements << 'none'


s.add_dependency('actionpack', version) s.add_dependency('actionpack', version)
s.add_dependency('mail', '~> 2.3.3') s.add_dependency('mail', '~> 2.4.4')
end end

0 comments on commit 3f8eb4e

Please sign in to comment.