Skip to content

Commit

Permalink
Update hashie requirement from >= 2.0, < 5.0 to >= 2.0, < 6.0
Browse files Browse the repository at this point in the history
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](hashie/hashie@v2.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: hashie
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2021
1 parent 8f89784 commit abe4129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef-zero.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 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"
Expand Down

0 comments on commit abe4129

Please sign in to comment.