Skip to content

Commit 94ffd50

Browse files
author
Jef Spaleta
authored
Merge pull request #81 from sensu-plugins/dependabot/bundler/sensu-plugin-gte-1.2-and-lt-5.0
Update sensu-plugin requirement from ~> 1.2 to ~> 4.0
2 parents 5dd6a50 + 869578e commit 94ffd50

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
99
- Updated runtime dependency to 'pg' '1.2.1' from 1.1
1010
- Updated runtime dependency 'dentaku' '3.3.4' from 2.04
1111

12+
### Breaking Changes
13+
- Update `sensu-plugin` dependency from `~> 1.2` to `~> 4.0` you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17), [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04), and [2.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29)
14+
1215
## [3.0.0] - 2019-11-20
1316
### Breaking Changes
1417
- Removed ruby < 2.4 since these Rubies are EOL (@phumpal)

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', '~> 4.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)