Skip to content

Commit aedf3f8

Browse files
dependabot-supportmajormoses
authored andcommitted
Update sensu-plugin requirement from ~> 2.7 to >= 2.7, < 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@2.7.0...4.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent f2774f0 commit aedf3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensu-plugins-microsoft-teams.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
3030
s.version = SensuPluginsMicrosoftTeams::Version::VER_STRING
3131

3232
s.add_runtime_dependency 'erubis', '~> 2.7'
33-
s.add_runtime_dependency 'sensu-plugin', '~> 2.7'
33+
s.add_runtime_dependency 'sensu-plugin', '>= 2.7', '< 5.0'
3434

3535
s.add_development_dependency 'bundler', '~> 1.15'
3636
s.add_development_dependency 'github-markup', '~> 3.0'

0 commit comments

Comments
 (0)