From a4177c2e7656a97952a2fbe7dbf5388444afdd54 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 05:19:06 +0000 Subject: [PATCH] Update crack requirement from = 0.4.3 to = 0.4.4 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/compare/v0.4.3...v0.4.4) 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..bd4e6b7 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.4' s.add_runtime_dependency 'rest-client', '1.8.0' s.add_runtime_dependency 'nokogiri', '1.6.8.1'