Skip to content

Commit

Permalink
fix: declare dependency on rake in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 27, 2018
1 parent 2de101c commit b24bbcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pact-broker-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'term-ansicolor'
gem.add_runtime_dependency 'table_print', '~> 1.5'
gem.add_runtime_dependency 'thor', '~> 0.20'
gem.add_runtime_dependency 'rake' #For FileList

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

0 comments on commit b24bbcd

Please sign in to comment.