Skip to content

Commit

Permalink
fix: update thor dependency (pact-foundation#218)
Browse files Browse the repository at this point in the history
Co-authored-by: Lindsey Hattamer <[email protected]>

Co-authored-by: Lindsey Hattamer <[email protected]>
  • Loading branch information
f1337 and LindseySaari authored Aug 12, 2020
1 parent aab5c50 commit bf3ce69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/pact/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

module Pact
class CLI < Thor
def self.exit_on_failure? # Thor 1.0 deprecation guard
false
end

desc 'verify', "Verify a pact"
method_option :pact_helper, aliases: "-h", desc: "Pact helper file", :required => true
Expand Down
2 changes: 1 addition & 1 deletion pact.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'rspec', '~> 3.0'
gem.add_runtime_dependency 'rack-test', '>= 0.6.3', '< 2.0.0'
gem.add_runtime_dependency 'thor', '~> 0.20'
gem.add_runtime_dependency 'thor', '>= 0.20', '< 2.0'
gem.add_runtime_dependency 'webrick', '~> 1.3'
gem.add_runtime_dependency 'term-ansicolor', '~> 1.0'

Expand Down

0 comments on commit bf3ce69

Please sign in to comment.