From 25abe2ccb6cf007e00be8afce3a4033824c66eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 17 Mar 2019 19:40:41 +0000 Subject: [PATCH] Update mailgun-ruby requirement from = 1.0.3 to = 1.1.11 Updates the requirements on [mailgun-ruby](https://github.com/mailgun/mailgun-ruby) to permit the latest version. - [Release notes](https://github.com/mailgun/mailgun-ruby/releases) - [Commits](https://github.com/mailgun/mailgun-ruby/commits/v1.1.11) Signed-off-by: dependabot[bot] --- sensu-plugins-mailer.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-mailer.gemspec b/sensu-plugins-mailer.gemspec index 564aee4..419583d 100644 --- a/sensu-plugins-mailer.gemspec +++ b/sensu-plugins-mailer.gemspec @@ -29,7 +29,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'aws-ses', '0.6.0' s.add_runtime_dependency 'mail', '2.6.3' - s.add_runtime_dependency 'mailgun-ruby', '1.0.3' + s.add_runtime_dependency 'mailgun-ruby', '1.1.11' s.add_runtime_dependency 'sensu-plugin', '~> 4.0' s.add_runtime_dependency 'erubis', '2.7.0' s.add_runtime_dependency 'ruby-ntlm', '0.0.3'