Skip to content

Commit

Permalink
Bump faraday dependencies
Browse files Browse the repository at this point in the history
There are several outstanding issues about bumping faraday and
faraday_middleware. This gives us access to additional HTTP methods and
the versions we are pinned to are quite old.

Fixes #4234

Signed-off-by: Nick Schwaderer <nschwaderer@chef.io>
  • Loading branch information
Nick Schwaderer committed Aug 10, 2020
1 parent 5974b91 commit 7f3af76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inspec-core.gemspec
Expand Up @@ -36,7 +36,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"
spec.add_dependency "faraday", ">= 0.9.0", "< 1.1"
spec.add_dependency "tty-table", "~> 0.10"
spec.add_dependency "tty-prompt", "~> 0.17"
spec.add_dependency "tomlrb", "~> 1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion inspec.gemspec
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "train", "~> 3.0"

# Used for Azure profile until integrated into train
spec.add_dependency "faraday_middleware", "~> 0.12.2"
spec.add_dependency "faraday_middleware", ">= 0.12.2", "< 1.1"

# Train plugins we ship with InSpec
spec.add_dependency "train-habitat", "~> 0.1"
Expand Down

0 comments on commit 7f3af76

Please sign in to comment.