From faf869f4400e99c81f8151972c0ad3714eecdc94 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 05:41:35 +0000 Subject: [PATCH] Update dnsbl-client requirement from = 1.0.4 to = 1.0.6 Updates the requirements on [dnsbl-client](https://github.com/chrislee35/dnsbl-client) to permit the latest version. - [Release notes](https://github.com/chrislee35/dnsbl-client/releases) - [Commits](https://github.com/chrislee35/dnsbl-client/commits) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-network-checks.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-network-checks.gemspec b/sensu-plugins-network-checks.gemspec index db795ee..7c2fa61 100644 --- a/sensu-plugins-network-checks.gemspec +++ b/sensu-plugins-network-checks.gemspec @@ -35,7 +35,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength s.add_runtime_dependency 'sensu-plugin', '~> 4.0' s.add_runtime_dependency 'activesupport', '~> 4.2' - s.add_runtime_dependency 'dnsbl-client', '1.0.4' + s.add_runtime_dependency 'dnsbl-client', '1.0.6' s.add_runtime_dependency 'net-ping', '2.0.6' s.add_runtime_dependency 'whois', '>= 4.0' s.add_runtime_dependency 'whois-parser', '~> 1.2'