Skip to content

Commit 2c7ae00

Browse files
Update sensu-plugin requirement from ~> 2.0 to >= 2, < 5
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](sensu-plugins/sensu-plugin@v2.0.0...3.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 84cee01 commit 2c7ae00

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', '2.1.0'
39-
s.add_runtime_dependency 'sensu-plugin', '~> 2.0'
39+
s.add_runtime_dependency 'sensu-plugin', '>= 2', '< 5'
4040
s.add_runtime_dependency 'simple-graphite', '2.1.0'
4141

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

0 commit comments

Comments
 (0)