summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-18 18:39:28 +0000
committerGitHub <noreply@github.com>2022-03-18 18:39:28 +0000
commit8d800ff4b03108d5173f1bcbaffe28b5af225404 (patch)
tree0aa523543b32739c5712be0f2e4a572651a3d8a9
parent5e2e8b332d2151c1f5c057cdd6b6c6e4126b54f2 (diff)
downloadchef-zero-dependabot/bundler/hashie-gte-2.0-and-lt-6.0.tar.gz
Update hashie requirement from >= 2.0, < 5.0 to >= 2.0, < 6.0dependabot/bundler/hashie-gte-2.0-and-lt-6.0
Updates the requirements on [hashie](https://github.com/hashie/hashie) to permit the latest version. - [Release notes](https://github.com/hashie/hashie/releases) - [Changelog](https://github.com/hashie/hashie/blob/master/CHANGELOG.md) - [Commits](https://github.com/hashie/hashie/compare/v2.0.0...v5.0.0) --- updated-dependencies: - dependency-name: hashie dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--chef-zero.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-zero.gemspec b/chef-zero.gemspec
index 306f580..e93aae2 100644
--- a/chef-zero.gemspec
+++ b/chef-zero.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.add_dependency "activesupport","~> 6.1" #pin until we support ruby 2.6
s.add_dependency "mixlib-log", ">= 2.0", "< 4.0"
- s.add_dependency "hashie", ">= 2.0", "< 5.0"
+ s.add_dependency "hashie", ">= 2.0", "< 6.0"
s.add_dependency "uuidtools", "~> 2.1"
s.add_dependency "ffi-yajl", "~> 2.2"
s.add_dependency "rack", "~> 2.0", ">= 2.0.6"