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, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 9afee77..dd8cd63 100644
--- a/Rakefile
+++ b/Rakefile
@@ -46,7 +46,6 @@ task :win32_gem => [:clean, :compile, :test, :package_win32]
 
 task :package_win32 do
   setup_win32_gem(name, version,  version, summary, scripts, test_file) do |spec|
-    spec.add_dependency('daemons', '>= 0.4.2')
     spec.files << 'ext/http11/http11.so'
     spec.extensions = []
     spec.platform = Gem::Platform::WIN32