Skip to content

Commit

Permalink
feat: Allow for newer versions of faraday
Browse files Browse the repository at this point in the history
  • Loading branch information
Corban Raun committed Feb 1, 2021
1 parent 45e9435 commit c37f04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pact-provider-verifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rspec', '~> 3.5'
gem.add_runtime_dependency 'pact', '~> 1.55'
gem.add_runtime_dependency 'pact-message', '~>0.5'
gem.add_runtime_dependency 'faraday', '~> 0.9', '>= 0.9.0'
gem.add_runtime_dependency 'faraday_middleware', '~> 0.10'
gem.add_runtime_dependency 'faraday', '>= 0.9.0', '<= 2.0'
gem.add_runtime_dependency 'faraday_middleware', '>= 0.10', '<= 2.0'
gem.add_runtime_dependency 'json', '>1.8'
gem.add_runtime_dependency 'rack', '~> 2.1'
gem.add_runtime_dependency 'rack-reverse-proxy'
Expand Down

0 comments on commit c37f04f

Please sign in to comment.