about summary refs log tree commit homepage
path: root/rainbows.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-03 17:15:18 -0700
committerEric Wong <normalperson@yhbt.net>2010-06-03 17:15:36 -0700
commit6d62a7de86369e046e6f6b221153d867df11e74c (patch)
treec51c9f0d6d674fae46060627ef62d9f88a4c8f81 /rainbows.gemspec
parentcf122e941e10c2812b7ba5e75c053a28950ddcb6 (diff)
downloadrainbows-6d62a7de86369e046e6f6b221153d867df11e74c.tar.gz
depend on Isolate ~> 2.0.2 for development
It's useful given all the Gems we support but don't have hard
installation dependencies on.
Diffstat (limited to 'rainbows.gemspec')
-rw-r--r--rainbows.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/rainbows.gemspec b/rainbows.gemspec
index 57447a7..3327d05 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -44,6 +44,7 @@ Gem::Specification.new do |s|
   # The HTTP parser in Unicorn <= 0.97.0 was vulnerable to a remote DoS
   # when exposed directly to untrusted clients.
   s.add_dependency(%q<unicorn>, [">= 0.97.1", "< 2.0.0"])
+  s.add_development_dependency(%q<isolate>, "~> 2.0.2")
 
   # Unicorn already depends on Rack
   # s.add_dependency(%q<rack>)