mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Merge pull request #5469 from inspec/dependabot/bundler/faraday-gte-0.9.0-and-lt-1.5
Update faraday requirement from >= 0.9.0, < 1.4 to >= 0.9.0, < 1.5
This commit is contained in:
commit
534177bed7
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency "mixlib-log", "~> 3.0"
|
||||
spec.add_dependency "sslshake", "~> 1.2"
|
||||
spec.add_dependency "parallel", "~> 1.9"
|
||||
spec.add_dependency "faraday", ">= 0.9.0", "< 1.4"
|
||||
spec.add_dependency "faraday", ">= 0.9.0", "< 1.5"
|
||||
spec.add_dependency "faraday_middleware", "~> 1.0"
|
||||
spec.add_dependency "tty-table", "~> 0.10"
|
||||
spec.add_dependency "tty-prompt", "~> 0.17"
|
||||
|
|
Loading…
Reference in a new issue