From 4b3d3e08c7c977c5d828a56938df004cdf3d07af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 12:24:19 +0000 Subject: [PATCH] Update hashie requirement from >= 2.0.2, < 4.0.0 to >= 2.0.2, < 5.0.0 Updates the requirements on [hashie](https://github.com/intridea/hashie) to permit the latest version. - [Release notes](https://github.com/intridea/hashie/releases) - [Changelog](https://github.com/intridea/hashie/blob/master/CHANGELOG.md) - [Commits](https://github.com/intridea/hashie/compare/v2.0.2...v3.6.0) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-chef.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-chef.gemspec b/sensu-plugins-chef.gemspec index d41c6d6..7c212c4 100644 --- a/sensu-plugins-chef.gemspec +++ b/sensu-plugins-chef.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |s| s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.version = SensuPluginsChef::Version::VER_STRING - s.add_runtime_dependency 'hashie', ['< 4.0.0', '>= 2.0.2'] + s.add_runtime_dependency 'hashie', '>= 2.0.2', '< 5.0.0' s.add_runtime_dependency 'ridley', '= 5.1.1' s.add_runtime_dependency 'sensu-plugin', '~> 4.0' s.add_runtime_dependency 'varia_model', '0.6'