Skip to content

Commit

Permalink
feat: update thor dependancy (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
guppy0356 authored Oct 22, 2020
1 parent b575b80 commit 2078f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact-broker-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'httparty', '~>0.18'
gem.add_runtime_dependency 'term-ansicolor', '~> 1.7'
gem.add_runtime_dependency 'table_print', '~> 1.5'
gem.add_runtime_dependency 'thor', '~> 0.20'
gem.add_runtime_dependency 'thor', '>= 0.20', '< 2.0'
gem.add_runtime_dependency 'rake', '~> 13.0' #For FileList

gem.add_development_dependency 'fakefs', '~> 0.4'
Expand Down

0 comments on commit 2078f31

Please sign in to comment.