From 16d680e9621f3ffc7c773d2c6a339e872cf56872 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 05:16:28 +0000 Subject: [PATCH] Update dnsbl-client requirement from = 1.0.4 to = 1.0.5 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/compare/v1.0.4...1.0.5) 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 87b06ca..10b449c 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.5' s.add_runtime_dependency 'net-ping', '2.0.6' s.add_runtime_dependency 'whois', '>= 4.0' s.add_runtime_dependency 'whois-parser', '~> 1.2'