We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83027b commit 87a5f64Copy full SHA for 87a5f64
pact-message.gemspec
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
34
# and Pact::ConsumerContractWriter. Potentially we should extract
35
# or duplicate these classes to remove the pact-mock_service dependency.
36
spec.add_runtime_dependency "pact-mock_service", "~> 3.1"
37
- spec.add_runtime_dependency "thor", "~> 0.20"
+ spec.add_runtime_dependency "thor", '>= 0.20', '< 2.0'
38
39
spec.add_development_dependency "rake", "~> 12.3", ">= 12.3.3"
40
spec.add_development_dependency "rspec", "~> 3.0"
0 commit comments