From 3806955af01d18288cdcf5dadd0b75f4fb3d4199 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 05:17:07 +0000 Subject: [PATCH] Update crack requirement from = 0.4.3 to = 0.4.5 Updates the requirements on [crack](https://github.com/jnunemaker/crack) to permit the latest version. - [Release notes](https://github.com/jnunemaker/crack/releases) - [Changelog](https://github.com/jnunemaker/crack/blob/master/History) - [Commits](https://github.com/jnunemaker/crack/commits) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-solr.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-solr.gemspec b/sensu-plugins-solr.gemspec index 19d6681..7f39595 100644 --- a/sensu-plugins-solr.gemspec +++ b/sensu-plugins-solr.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |s| s.version = SensuPluginsSolr::Version::VER_STRING s.add_runtime_dependency 'sensu-plugin', '>= 1.2', '< 5.0' - s.add_runtime_dependency 'crack', '= 0.4.3' + s.add_runtime_dependency 'crack', '= 0.4.5' s.add_runtime_dependency 'rest-client', '1.8.0' s.add_runtime_dependency 'nokogiri', '1.6.8.1'