We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 291f900 + 6a03fbe commit c7cd930Copy full SHA for c7cd930
.github/dependabot.yml
@@ -0,0 +1,14 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: bundler
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ ignore:
8
+ - dependency-name: rubocop
9
+ versions:
10
+ - 1.10.0
11
+ - 1.11.0
12
+ - 1.12.0
13
+ - 1.9.0
14
+ - 1.9.1
sensu-plugins-postgres.gemspec
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
38
39
s.add_runtime_dependency 'sensu-plugin', '~> 4.0'
40
41
- s.add_runtime_dependency 'dentaku', '3.3.4'
+ s.add_runtime_dependency 'dentaku', '3.4.2'
42
s.add_runtime_dependency 'pg', '1.2.3'
43
44
s.add_development_dependency 'bundler', '~> 2.1'
0 commit comments