Skip to content

Commit

Permalink
feat: update pact version dependency to 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 26, 2019
1 parent 0ec72f9 commit 828deff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact-provider-verifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
gem.license = 'MIT'

gem.add_runtime_dependency 'rspec', '~> 3.5'
gem.add_runtime_dependency 'pact', '~>1.36'
gem.add_runtime_dependency 'pact', '~>1.42.0'
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'
Expand Down

0 comments on commit 828deff

Please sign in to comment.