Skip to content

Commit

Permalink
Merge pull request ManageIQ#71 from bdunne/loosen_dependency_on_faraday
Browse files Browse the repository at this point in the history
loosen dependency on faraday to allow for upgrades
  • Loading branch information
abellotti authored Aug 16, 2017
2 parents e741fb0 + 2249a07 commit 7e8d40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-api-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.0"

spec.add_dependency "activesupport", ">= 5.0", "< 5.1"
spec.add_dependency "faraday", "~> 0.9.2"
spec.add_dependency "faraday", "~> 0.9"
spec.add_dependency "faraday_middleware", "~> 0.10.0"
spec.add_dependency "json", "~> 2.0.1"
spec.add_dependency "more_core_extensions"
Expand Down

0 comments on commit 7e8d40f

Please sign in to comment.