Skip to content

Commit

Permalink
add rake to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoriz committed Feb 6, 2013
1 parent 647c289 commit e1b65ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hetzner-bootstrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency 'erubis', '>= 2.6.6'

s.add_development_dependency "rspec", ">= 2.4.0"
s.add_development_dependency "rake"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit e1b65ac

Please sign in to comment.