Skip to content

Commit

Permalink
fix: lock pact gem to compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 8, 2021
1 parent 707fd5b commit b4db21e
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.55'
gem.add_runtime_dependency 'pact', '~> 1.55', '< 1.58'
gem.add_runtime_dependency 'pact-message', '~>0.5'
gem.add_runtime_dependency 'faraday', '>= 0.9.0', '<= 2.0'
gem.add_runtime_dependency 'faraday_middleware', '>= 0.10', '<= 2.0'
Expand Down

0 comments on commit b4db21e

Please sign in to comment.