summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/hoe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 6aec511..d1e0acb 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -475,7 +475,7 @@ class Hoe
case name
when "hoe" then
- dependency "rake", [">= 0.8", "< 13.0"]
+ # do nothing? these deps are already in the hoe spec in the Rakefile
else
version = VERSION.split(/\./).first(2).join(".")
dependency "hoe", "~> #{version}", :development