1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Upgrade mail dependency to 2.5.2

This commit is contained in:
Mikel Lindsaar 2012-11-18 15:54:15 +11:00
parent 4525b97605
commit aff1872a87

View file

@ -21,5 +21,5 @@ Gem::Specification.new do |s|
s.add_dependency 'actionpack', version
s.add_dependency 'mail', '~> 2.5.0'
s.add_dependency 'mail', '~> 2.5.2'
end