Skip to content

Commit

Permalink
Merge pull request #5181 from inspec/ns/bump_faraday
Browse files Browse the repository at this point in the history
Bump faraday dependencies
  • Loading branch information
Nick Schwaderer committed Sep 14, 2020
2 parents 381a48e + 36022c6 commit a08bd04
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 a08bd04

Please sign in to comment.