Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
add rake dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Sonnek committed Jan 19, 2012
1 parent c0a4ce4 commit 724f4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions delete_paranoid.gemspec
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<bundler>, [">= 0"])
s.add_development_dependency(%q<sqlite3-ruby>, ["~> 1.3.2"])
s.add_development_dependency(%q<timecop>, [">= 0"])
s.add_development_dependency(%q<rake>, [">= 0.9.2.2"])

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

0 comments on commit 724f4b9

Please sign in to comment.