Skip to content

Commit

Permalink
feat(gems): update pact gem to 1.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 9, 2019
1 parent 1be057b commit 44cdd4e
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.42.0'
gem.add_runtime_dependency 'pact', '~> 1.42', '>= 1.42.1'
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 44cdd4e

Please sign in to comment.