Skip to content

Commit

Permalink
Update sensu-plugin requirement from ~> 1.2 to >= 1.2, < 5.0
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@v1.2.0...3.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support authored and majormoses committed Sep 27, 2020
1 parent 9dfbfb8 commit 84be544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensu-plugins-solr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.version = SensuPluginsSolr::Version::VER_STRING

s.add_runtime_dependency 'sensu-plugin', '~> 1.2'
s.add_runtime_dependency 'sensu-plugin', '>= 1.2', '< 5.0'
s.add_runtime_dependency 'crack', '= 0.4.3'
s.add_runtime_dependency 'rest-client', '1.8.0'
s.add_runtime_dependency 'nokogiri', '1.6.8.1'
Expand Down

0 comments on commit 84be544

Please sign in to comment.