mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump up mail dependency to take advantage of relaxed i18n version requirement
This commit is contained in:
parent
0262218976
commit
e7de5dd11e
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.9')
|
||||
s.add_dependency('mail', '~> 2.2.9.1')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue