Skip to content

Commit 916ec65

Browse files
Update sensu-plugin requirement from ~> 2.0 to >= 2, < 4
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/commits/3.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 7d8c68f commit 916ec65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensu-plugins-graphite.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
3636
s.add_runtime_dependency 'array_stats', '0.6.0'
3737
s.add_runtime_dependency 'ipaddress', '= 0.8.3'
3838
s.add_runtime_dependency 'rest-client', '1.8.0'
39-
s.add_runtime_dependency 'sensu-plugin', '~> 2.0'
39+
s.add_runtime_dependency 'sensu-plugin', '>= 2', '< 4'
4040
s.add_runtime_dependency 'simple-graphite', '2.1.0'
4141

4242
s.add_development_dependency 'bundler', '~> 1.7'

0 commit comments

Comments
 (0)