Skip to content

Commit 3ed0288

Browse files
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](sensu-plugins/sensu-plugin@v1.2.0...4.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 5dd6a50 commit 3ed0288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensu-plugins-postgres.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
3434
s.test_files = s.files.grep(%r{^(test|spec|features)/})
3535
s.version = SensuPluginsPostgres::Version::VER_STRING
3636

37-
s.add_runtime_dependency 'sensu-plugin', '~> 1.2'
37+
s.add_runtime_dependency 'sensu-plugin', '>= 1.2', '< 5.0'
3838

3939
s.add_runtime_dependency 'dentaku', '3.3.4'
4040
s.add_runtime_dependency 'pg', '1.2.1'

0 commit comments

Comments
 (0)