mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update hashie requirement from ~> 3.4 to >= 3.4, < 5.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/v3.4.0...v4.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
4279ba326d
commit
e4f73d9b5e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency "rspec", "~> 3.9.0"
|
||||
spec.add_dependency "rspec-its", "~> 1.2"
|
||||
spec.add_dependency "pry", "~> 0.13"
|
||||
spec.add_dependency "hashie", "~> 3.4"
|
||||
spec.add_dependency "hashie", ">= 3.4", "< 5.0"
|
||||
spec.add_dependency "mixlib-log", "~> 3.0"
|
||||
spec.add_dependency "sslshake", "~> 1.2"
|
||||
spec.add_dependency "parallel", "~> 1.9"
|
||||
|
|
Loading…
Reference in a new issue