Skip to content

Commit

Permalink
Update sensu-plugin requirement from ~> 2.0 to >= 2, < 5
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot-support committed Feb 18, 2019
1 parent 184b1d5 commit aeafc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensu-plugins-graphite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'array_stats', '0.6.0'
s.add_runtime_dependency 'ipaddress', '= 0.8.3'
s.add_runtime_dependency 'rest-client', '1.8.0'
s.add_runtime_dependency 'sensu-plugin', '~> 2.0'
s.add_runtime_dependency 'sensu-plugin', '>= 2', '< 5'
s.add_runtime_dependency 'simple-graphite', '2.1.0'

s.add_development_dependency 'bundler', '~> 1.7'
Expand Down

0 comments on commit aeafc65

Please sign in to comment.