about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-06 01:07:49 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-06 01:07:49 +0000
commit4c59a4861bf3f8d25335696c1f8cbce3cd5db902 (patch)
treee78ac6a4fb843246cdc022716837ac2c9fd28c88
parentcb233696be73873f6f8c367f4b977ade1815b265 (diff)
downloadunicorn-4c59a4861bf3f8d25335696c1f8cbce3cd5db902.tar.gz
We use the latest and greatest whenever possible.
-rw-r--r--unicorn.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index a2eaa6e..2b87245 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.2.0')
 
-  s.add_development_dependency('isolate', '~> 2.0.2')
+  s.add_development_dependency('isolate', '~> 2.1.2')
 
   # s.licenses = %w(GPLv2 Ruby) # licenses= method is not in older RubyGems
 end