Skip to content

Commit

Permalink
Add ruby-prof and thor as dependencies of Vedeu since they are refere…
Browse files Browse the repository at this point in the history
…nced. Fixes (#233).
  • Loading branch information
gavinlaking committed Oct 6, 2015
1 parent 90bc4f4 commit bfaa388
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vedeu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'mocha', '1.1.0'
spec.add_development_dependency 'pry', '0.10.2'
spec.add_development_dependency 'rubocop', '0.34.2'
spec.add_development_dependency 'ruby-prof', '0.15.8'
spec.add_development_dependency 'simplecov', '0.10.0'
spec.add_development_dependency 'simplecov-console', '0.2.0'
spec.add_development_dependency 'yard', '0.8.7.6'

spec.add_dependency 'bundler', '~> 1.10'
spec.add_dependency 'rake', '~> 10.4'
spec.add_dependency 'ruby-prof', '0.15.8'
spec.add_dependency 'thor', '0.19.1'
spec.add_dependency 'vedeu_cli', '0.0.7'

end

0 comments on commit bfaa388

Please sign in to comment.