From 76388586fb61024264c2b012640d980f225f5191 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 4 Apr 2021 04:46:05 +0000 Subject: [PATCH] Update dentaku requirement from = 3.3.4 to = 3.4.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/master/CHANGELOG.md) - [Commits](https://github.com/rubysolo/dentaku/compare/v3.3.4...v3.4.1) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-influxdb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-influxdb.gemspec b/sensu-plugins-influxdb.gemspec index a8bca92..8e91d63 100644 --- a/sensu-plugins-influxdb.gemspec +++ b/sensu-plugins-influxdb.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |s| s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.version = SensuPluginsInfluxdb::Version::VER_STRING - s.add_runtime_dependency 'dentaku', '3.3.4' + s.add_runtime_dependency 'dentaku', '3.4.1' s.add_runtime_dependency 'influxdb', '0.8.1' s.add_runtime_dependency 'jsonpath', '1.0.5' s.add_runtime_dependency 'sensu-plugin', '~> 4.0'