Skip to content

Commit 87a5f64

Browse files
authored
feat: update thor dependancy
1 parent d83027b commit 87a5f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pact-message.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
3434
# and Pact::ConsumerContractWriter. Potentially we should extract
3535
# or duplicate these classes to remove the pact-mock_service dependency.
3636
spec.add_runtime_dependency "pact-mock_service", "~> 3.1"
37-
spec.add_runtime_dependency "thor", "~> 0.20"
37+
spec.add_runtime_dependency "thor", '>= 0.20', '< 2.0'
3838

3939
spec.add_development_dependency "rake", "~> 12.3", ">= 12.3.3"
4040
spec.add_development_dependency "rspec", "~> 3.0"

0 commit comments

Comments
 (0)