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

Bump mail

This commit is contained in:
kennyj 2012-01-20 23:12:59 +09:00
parent c08ea0ac8e
commit 52287f95ab

View file

@ -17,5 +17,5 @@ Gem::Specification.new do |s|
s.requirements << 'none'
s.add_dependency('actionpack', version)
s.add_dependency('mail', '~> 2.4.0')
s.add_dependency('mail', '~> 2.4.1')
end