about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index d1dcf85..0cc50a7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -18,6 +18,7 @@ common = lambda do |hoe|
   hoe.email = 'clogger@librelist.com'
   hoe.spec_extras.merge!('rdoc_options' => [ "--title", title ])
   hoe.remote_rdoc_dir = ''
+  hoe.extra_deps << [ 'rack', '> 0.9' ]
 end
 
 if ENV['CLOGGER_EXT']