Skip to content

Commit

Permalink
fix: correct version for dependency on pact-mock_service
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Aug 28, 2018
1 parent 6a46ebb commit 01c0df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'term-ansicolor', '~> 1.0'

gem.add_runtime_dependency 'pact-support', '~> 1.7'
gem.add_runtime_dependency 'pact-mock_service', '~> 2.10.0'
gem.add_runtime_dependency 'pact-mock_service', '~> 2.10'

gem.add_development_dependency 'rake', '~> 10.0.3'
gem.add_development_dependency 'webmock', '~> 3.0'
Expand Down

0 comments on commit 01c0df7

Please sign in to comment.