Skip to content

Commit

Permalink
Update mail requirement from = 2.6.3 to = 2.7.1
Browse files Browse the repository at this point in the history
Updates the requirements on [mail](https://github.com/mikel/mail) to permit the latest version.
- [Release notes](https://github.com/mikel/mail/releases)
- [Changelog](https://github.com/mikel/mail/blob/master/CHANGELOG.rdoc)
- [Commits](https://github.com/mikel/mail/commits/2.7.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support committed Nov 2, 2018
1 parent 0a2af0c commit e5ce78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensu-plugins-mailer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.version = SensuPluginsMailer::Version::VER_STRING

s.add_runtime_dependency 'aws-ses', '0.6.0'
s.add_runtime_dependency 'mail', '2.6.3'
s.add_runtime_dependency 'mail', '= 2.7.1'
s.add_runtime_dependency 'mailgun-ruby', '1.0.3'
s.add_runtime_dependency 'sensu-plugin', '~> 1.2'
s.add_runtime_dependency 'erubis', '2.7.0'
Expand Down

0 comments on commit e5ce78a

Please sign in to comment.