about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-08 01:34:37 -0700
committerEric Wong <normalperson@yhbt.net>2010-10-08 08:36:06 +0000
commit861481436b933bf4b8d647c43191c701651f16e4 (patch)
tree537124a78d418e9ad76b02a15b0f4870ce116e2c /unicorn.gemspec
parentc9950692f44bd91af089794664dc56a446668004 (diff)
downloadunicorn-861481436b933bf4b8d647c43191c701651f16e4.tar.gz
There was a backwards-incompatible API change,
but that didn't even affect 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 c4d5029..94eeba6 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.2.1')
+  s.add_dependency(%q<kgio>, '~> 1.3.0')
 
   s.add_development_dependency('isolate', '~> 2.1.2')