about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-26 03:38:13 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-26 03:38:13 +0000
commitc348223a045abb295b8c9d7dbf189264bc3a17c3 (patch)
treee2a8db1b2a048ef7b2d617e76f8a4f9b4b3382cd
parentf970d87f9c0a4479a59685920a96c4d2fb2315e1 (diff)
downloadunicorn-c348223a045abb295b8c9d7dbf189264bc3a17c3.tar.gz
bump kgio dependency to ~> 2.1
The kgio 2.x series will maintain API compatibility
until 3.x, so it's safe to use any 2.x release.
-rwxr-xr-xscript/isolate_for_tests2
-rw-r--r--unicorn.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/script/isolate_for_tests b/script/isolate_for_tests
index 0b62430..8441e06 100755
--- a/script/isolate_for_tests
+++ b/script/isolate_for_tests
@@ -17,7 +17,7 @@ opts = {
 pid = fork do
   Isolate.now!(opts) do
     gem 'sqlite3-ruby', '1.2.5'
-    gem 'kgio', '2.0.0'
+    gem 'kgio', '2.1.1'
     gem 'rack', '1.1.0'
   end
 end
diff --git a/unicorn.gemspec b/unicorn.gemspec
index e08e5a7..28cfeec 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -34,7 +34,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>, '~> 2.0.0')
+  s.add_dependency(%q<kgio>, '~> 2.1')
 
   s.add_development_dependency('isolate', '~> 3.0.0')
   s.add_development_dependency('wrongdoc', '~> 1.0.1')