Skip to content

Commit

Permalink
Restrict faraday version to < 1.0.0
Browse files Browse the repository at this point in the history
This gem uses error classes in way removed from 1.0.0. See

https://github.com/lostisland/faraday/blob/master/UPGRADING.md
  • Loading branch information
DocX authored Jan 8, 2020
1 parent a0cd4f7 commit 329b1d3
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 329b1d3

Please sign in to comment.