mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Updating mail dependency to 2.2.9
This commit is contained in:
parent
2d5a12a50b
commit
c40074c1c7
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ Gem::Specification.new do |s|
|
|||
s.has_rdoc = true
|
||||
|
||||
s.add_dependency('actionpack', version)
|
||||
s.add_dependency('mail', '~> 2.2.6.1')
|
||||
s.add_dependency('mail', '~> 2.2.9')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue