Skip to content

Commit

Permalink
Up the faraday gem requirement to ~> 0.9
Browse files Browse the repository at this point in the history
We're referencing error classes only available in 0.9+
The faraday_middleware_requirement should be fine
  • Loading branch information
chingor13 committed Feb 10, 2016
1 parent 538d709 commit 13687a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_api_client.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = 'Build client libraries compliant with specification defined by jsonapi.org'

s.add_dependency "activesupport", '>= 3.2.0'
s.add_dependency "faraday", '>= 0.8.0'
s.add_dependency "faraday", '~> 0.9'
s.add_dependency "faraday_middleware", '~> 0.9'
s.add_dependency "addressable", '~> 2.2'
s.add_dependency "activemodel", '>= 3.2.0'
Expand Down

0 comments on commit 13687a4

Please sign in to comment.