Skip to content

Commit

Permalink
Add concord runtime dependency to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
John Backus committed Oct 4, 2015
1 parent b209448 commit 9f5683e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yardstick.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |gem|
gem.executables = %w[yardstick]

gem.add_runtime_dependency('yard', '~> 0.8', '>= 0.8.7.2')
gem.add_runtime_dependency('concord', '~> 0.1')

gem.add_development_dependency('bundler', '~> 1.6', '>= 1.6.1')
end

0 comments on commit 9f5683e

Please sign in to comment.