Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
Update Faraday dependency to 0.9 (#296)
Browse files Browse the repository at this point in the history
This makes the gem installable together with the pilot tool from @KrauseFx
  • Loading branch information
jedi4ever authored and dankimio committed Dec 23, 2016
1 parent 82341b4 commit a8758d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shenzhen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency "highline", ">= 1.7.2"
s.add_dependency "terminal-table", "~> 1.4.5"
s.add_dependency "json", "~> 1.8"
s.add_dependency "faraday", "~> 0.8.9"
s.add_dependency "faraday", "~> 0.9"
s.add_dependency "faraday_middleware", "~> 0.9"
s.add_dependency "dotenv", ">= 0.7"
s.add_dependency "aws-sdk", "~> 1.0"
Expand Down

0 comments on commit a8758d8

Please sign in to comment.