From f17e72e4a7331c5c46f55fdf74de498c6ad8f9e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Feb 2019 07:08:36 +0000 Subject: [PATCH] Update sensu-plugin requirement from ~> 1.2 to >= 1.2, < 5.0 Updates the requirements on [sensu-plugin](https://github.com/sensu-plugins/sensu-plugin) to permit the latest version. - [Release notes](https://github.com/sensu-plugins/sensu-plugin/releases) - [Changelog](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/sensu-plugins/sensu-plugin/compare/v1.2.0...3.0.1) Signed-off-by: dependabot[bot] --- sensu-plugins-mesos.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-mesos.gemspec b/sensu-plugins-mesos.gemspec index 64c5875..619b1b1 100644 --- a/sensu-plugins-mesos.gemspec +++ b/sensu-plugins-mesos.gemspec @@ -35,7 +35,7 @@ Gem::Specification.new do |s| s.version = SensuPluginsMesos::Version::VER_STRING s.add_runtime_dependency 'rest-client', '2.0' - s.add_runtime_dependency 'sensu-plugin', '~> 1.2' + s.add_runtime_dependency 'sensu-plugin', '>= 1.2', '< 5.0' s.add_runtime_dependency 'daybreak', '0.3.0' s.add_development_dependency 'bundler', '~> 1.7'