From 9b363e778f7a2e440a931ff067663e67bf00c793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 12:28:08 +0000 Subject: [PATCH] Update dentaku requirement from = 3.4.2 to = 3.5.1 Updates the requirements on [dentaku](https://github.com/rubysolo/dentaku) to permit the latest version. - [Release notes](https://github.com/rubysolo/dentaku/releases) - [Changelog](https://github.com/rubysolo/dentaku/blob/main/CHANGELOG.md) - [Commits](https://github.com/rubysolo/dentaku/compare/v3.4.2...v3.5.1) --- updated-dependencies: - dependency-name: dentaku dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sensu-plugins-postgres.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-postgres.gemspec b/sensu-plugins-postgres.gemspec index 98d4299..0dccade 100644 --- a/sensu-plugins-postgres.gemspec +++ b/sensu-plugins-postgres.gemspec @@ -38,7 +38,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'sensu-plugin', '~> 4.0' - s.add_runtime_dependency 'dentaku', '3.4.2' + s.add_runtime_dependency 'dentaku', '3.5.1' s.add_runtime_dependency 'pg', '1.2.3' s.add_development_dependency 'bundler', '~> 2.1'