about summary refs log tree commit homepage
path: root/zbatery.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-10 02:41:46 -0700
committerEric Wong <normalperson@yhbt.net>2010-07-10 02:44:35 -0700
commitbd6b2263869c271113577b88d526c7c2a6f1455d (patch)
tree096e8f41b6e8b35a0bae7fe14040c2521881f35a /zbatery.gemspec
parent5764336aa3785af8a08be7ec7b40846ec139eb6c (diff)
downloadzbatery-bd6b2263869c271113577b88d526c7c2a6f1455d.tar.gz
updates for Rainbows! 0.95.0
Rainbows! 0.95.0 made some incompatible changes, so update
everything.  Unfortunately we have to avoid subclassing here.
Tests use isolate now.
Diffstat (limited to 'zbatery.gemspec')
-rw-r--r--zbatery.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/zbatery.gemspec b/zbatery.gemspec
index 67c595b..9b14c88 100644
--- a/zbatery.gemspec
+++ b/zbatery.gemspec
@@ -54,7 +54,8 @@ Gem::Specification.new do |s|
   # Unicorn were vulnerable to a remote DoS when exposed directly to
   # untrusted clients (a configuration only supported by Zbatery and Rainbows!,
   # Unicorn has never and will never be supported without trusted LAN clients.
-  s.add_dependency(%q<rainbows>, [">= 0.91.1", "<= 1.0.0"])
+  s.add_dependency(%q<rainbows>, [">= 0.95.0", "<= 1.0.0"])
+  s.add_development_dependency(%q<isolate>, "~> 2.1.0")
 
   # s.licenses = %w(GPLv2 Ruby) # accessor not compatible with older RubyGems
 end