about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-27 23:06:45 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-27 23:06:45 +0000
commit570a57c07fd8c3d24b7337637e0dd30136b3a11a (patch)
tree2ae4191eb043b1be1b7953136c8672970928a42b
parent51b2b90284000aee8d79b37a5406173c45ae212d (diff)
downloadunicorn-570a57c07fd8c3d24b7337637e0dd30136b3a11a.tar.gz
No reason to not use the latest and greatest!
-rw-r--r--unicorn.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index 2fdb6d3..968d04f 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -50,7 +50,7 @@ Gem::Specification.new do |s|
   s.add_dependency(%q<rack>)
   s.add_dependency(%q<kgio>, '~> 1.3.1')
 
-  s.add_development_dependency('isolate', '~> 2.1.2')
+  s.add_development_dependency('isolate', '~> 3.0.0')
 
   # s.licenses = %w(GPLv2 Ruby) # licenses= method is not in older RubyGems
 end