about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-03 23:16:31 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-03 23:16:31 +0000
commitb9745c5b53e2690c5fd0b1355b429c62a658f27c (patch)
tree9595549705c2abaad95fc2b7ae2c29c78fea910d /unicorn.gemspec
parent8e78b8a815c2fafcf9428c30a0961932132d790f (diff)
downloadunicorn-b9745c5b53e2690c5fd0b1355b429c62a658f27c.tar.gz
Diffstat (limited to 'unicorn.gemspec')
-rw-r--r--unicorn.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index d336c90..bd3511f 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -49,5 +49,7 @@ Gem::Specification.new do |s|
   # *strongly* recommended for security reasons.
   s.add_dependency(%q<rack>)
 
+  s.add_development_dependency('isolate', '~> 2.0.2')
+
   # s.licenses = %w(GPLv2 Ruby) # licenses= method is not in older RubyGems
 end