about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-11 02:57:01 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-11 02:57:01 +0000
commit6ef21bfb48fd813f084f509f525f490d66b41bc4 (patch)
treecb2532551fc4d9e9220abce39eed80f41fb6ec49
parenta50a048a805e88c2ea01a1c8d0ad71391d3b11f8 (diff)
downloadzbatery-6ef21bfb48fd813f084f509f525f490d66b41bc4.tar.gz
bump Rainbows! (and Unicorn) dependencies
Unicorn 1.1.0 had constant resolution problems
with TeeInput
-rw-r--r--t/test_isolate.rb4
-rw-r--r--zbatery.gemspec2
2 files changed, 3 insertions, 3 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index a383bbc..6d56c38 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -15,8 +15,8 @@ $stdout.reopen($stderr)
 
 Isolate.now!(opts) do
   gem 'rack', '1.1.0'
-  gem 'unicorn', '1.1.0'
-  gem 'rainbows', '0.95.0'
+  gem 'unicorn', '1.1.1'
+  gem 'rainbows', '0.95.1'
 
   if engine == "ruby"
     gem 'sendfile', '1.0.0' # next Rubinius should support this
diff --git a/zbatery.gemspec b/zbatery.gemspec
index fc10f6d..0cbc05f 100644
--- a/zbatery.gemspec
+++ b/zbatery.gemspec
@@ -54,7 +54,7 @@ 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.95.0", "<= 1.0.0"])
+  s.add_dependency(%q<rainbows>, [">= 0.95.1", "<= 1.0.0"])
   s.add_development_dependency(%q<isolate>, "~> 2.1.0")
 
   # s.licenses = %w(GPLv2 Ruby) # accessor not compatible with older RubyGems