Rakefile in hoe-3.19.0 vs Rakefile in hoe-3.20.0

- old
+ new

@@ -17,10 +17,10 @@ license "MIT" pluggable! require_rubygems_version ">= 1.4" - dependency "rake", [">= 0.8", "< 13.0"] # FIX: to force it to exist pre-isolate + dependency "rake", [">= 0.8", "< 15.0"] # FIX: to force it to exist pre-isolate end task :plugins do puts `find lib/hoe -name \*.rb | xargs grep -h module.Hoe::`. gsub(/module/, "*")