mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump mail gem constraint from [~> 2.5, >= 2.5.4] to ~> 2.6
Mails downstream dependency (Mime-types) has been shown to decrease memory usage significantly in its 3.0 release. This memory decrease will be a big win for users upgrading to Rails 5. Lets nudge users to upgrade Mail alongside Rails.
This commit is contained in:
parent
83d2c39d5e
commit
cef8b543b5
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'actionview', version
|
||||
s.add_dependency 'activejob', version
|
||||
|
||||
s.add_dependency 'mail', ['~> 2.5', '>= 2.5.4']
|
||||
s.add_dependency 'mail', '~> 2.6'
|
||||
s.add_dependency 'rails-dom-testing', '~> 1.0', '>= 1.0.5'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue