Skip to content

Commit

Permalink
Update dependency of sensu-plugin to version ~> 2.5 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajiv-g authored and majormoses committed Jun 5, 2018
1 parent df1f0dc commit 05c3446
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]
### Breaking Changes
- Bumped dependency of `sensu-plugin` to 2.x which will globally disable deprecated event filtering. You can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v145---2017-03-07) (@rajiv-g)

## [3.1.0] - 2018-03-17
### Added
Expand Down
2 changes: 1 addition & 1 deletion bin/handler-pagerduty.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# Dependencies:
#
# sensu-plugin >= 1.0.0
# sensu-plugin ~> 2.5
#

require 'sensu-handler'
Expand Down
2 changes: 1 addition & 1 deletion sensu-plugins-pagerduty.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.version = SensuPluginsPagerduty::Version::VER_STRING

s.add_runtime_dependency 'sensu-plugin', '~> 1.2'
s.add_runtime_dependency 'sensu-plugin', '~> 2.5'
s.add_runtime_dependency 'pagerduty', '2.1.0'

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

0 comments on commit 05c3446

Please sign in to comment.