Skip to content

Commit

Permalink
Merge pull request #23 from DocX/patch-1
Browse files Browse the repository at this point in the history
Restrict faraday version to < 1.0.0
  • Loading branch information
michalbugno authored Jan 13, 2020
2 parents a0cd4f7 + 329b1d3 commit d9719d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
end

send method, 'hashie', [">= 2.0.5"]
send method, 'faraday', [">= 0.8.1"]
send method, 'faraday', [">= 0.8.1", "< 1.0.0"]
send method, 'multi_json', [">= 1.6.1"]
end

Expand Down

0 comments on commit d9719d6

Please sign in to comment.