Skip to content

Commit 5dd6a50

Browse files
author
Jef Spaleta
authored
Merge pull request #111 from sensu-plugins/dependabot/bundler/dentaku-eq-3.3.4
Update dentaku requirement from = 2.0.4 to = 3.3.4
2 parents 1057771 + 1cf8bb9 commit 5dd6a50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
77
### Changes
88
- Updated development dependency to bundler ~> 2.1
99
- Updated runtime dependency to 'pg' '1.2.1' from 1.1
10-
10+
- Updated runtime dependency 'dentaku' '3.3.4' from 2.04
1111

1212
## [3.0.0] - 2019-11-20
1313
### Breaking Changes

sensu-plugins-postgres.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
3636

3737
s.add_runtime_dependency 'sensu-plugin', '~> 1.2'
3838

39-
s.add_runtime_dependency 'dentaku', '2.0.4'
39+
s.add_runtime_dependency 'dentaku', '3.3.4'
4040
s.add_runtime_dependency 'pg', '1.2.1'
4141

4242
s.add_development_dependency 'bundler', '~> 2.1'

0 commit comments

Comments
 (0)