Skip to content

Commit

Permalink
Add development dependency on Rake.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhunt committed Mar 28, 2016
1 parent 3592402 commit d63c2fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rack-canonical-host.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |gem|

gem.add_dependency 'addressable', '> 0', '< 3'
gem.add_dependency 'rack', '~> 1.0'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec', '~> 3.0'

gem.files = `git ls-files`.split($\)
Expand Down

0 comments on commit d63c2fc

Please sign in to comment.