about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-05 23:34:39 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-05 23:37:44 +0000
commitd4c898a4adc6cb6c3a20a648ae6b9b6a226066a6 (patch)
tree6c38ba546dce2ecdca0d54cf87d4396fedcd6ad6 /unicorn.gemspec
parent80f9987581014d694b8eb67bba0d5c408b7d0f98 (diff)
downloadunicorn-d4c898a4adc6cb6c3a20a648ae6b9b6a226066a6.tar.gz
This provides the kgio_read! method which is like readpartial,
only significantly cheaper when a client disconnects on us.
Diffstat (limited to 'unicorn.gemspec')
-rw-r--r--unicorn.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index cb155e9..a2eaa6e 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -48,7 +48,7 @@ Gem::Specification.new do |s|
   # commented out.  Nevertheless, upgrading to Rails 2.3.4 or later is
   # *strongly* recommended for security reasons.
   s.add_dependency(%q<rack>)
-  s.add_dependency(%q<kgio>, '~> 1.1.0')
+  s.add_dependency(%q<kgio>, '~> 1.2.0')
 
   s.add_development_dependency('isolate', '~> 2.0.2')