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

Bump mail version up

This commit is contained in:
Santiago Pastorino 2011-01-28 17:45:11 -02:00
parent 806e6f80dc
commit e19a7729d1

View file

@ -20,5 +20,5 @@ Gem::Specification.new do |s|
s.has_rdoc = true
s.add_dependency('actionpack', version)
s.add_dependency('mail', '~> 2.2.9')
s.add_dependency('mail', '~> 2.2.15')
end