summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c254322..2325cc6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -43,7 +43,8 @@ PROJ.spec.opts << '--color'
PROJ.rcov.opts << '-I lib'
#
# Dependencies
-depend_on 'rake', '>=0.8.7'
+depend_on 'rack'
+depend_on 'rake', '>=0.8.0'
#
task :default => [:spec]
#