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.0

This commit is contained in:
Mikel Lindsaar 2012-11-18 10:41:16 +11:00
parent 0b63da9d5a
commit 89a00f3746

View file

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