Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #97 from bdunne/upgrade_faraday
Browse files Browse the repository at this point in the history
Upgrade Faraday to minimum of v0.13 for IPv6 support
  • Loading branch information
bdunne authored Aug 17, 2017
2 parents 3af723b + 7e82aa8 commit 6b57065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_tower_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_runtime_dependency "activesupport"
spec.add_runtime_dependency "faraday"
spec.add_runtime_dependency "faraday", "~> 0.13"
spec.add_runtime_dependency "faraday_middleware"
spec.add_runtime_dependency "more_core_extensions", "~> 3.0"

Expand Down

0 comments on commit 6b57065

Please sign in to comment.