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

Merge pull request #23218 from karlfreeman/bump_mail

Bump mail gem constraint from [~> 2.5, >= 2.5.4] to ~> 2.6
This commit is contained in:
Santiago Pastorino 2016-01-24 13:22:56 -03:00
commit 62aa850fee

View file

@ -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