about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-08-28 20:03:57 +0000
committerEric Wong <normalperson@yhbt.net>2010-08-28 20:03:57 +0000
commitc37172c8febcec7f8a491b6e229260ca607e14b0 (patch)
treeb1374fd69f2506c86e2030d26dfa9bbee8f69729
parent7a3de46f4e5734c237e2bb731ee15c0c4bf0c099 (diff)
downloadzbatery-c37172c8febcec7f8a491b6e229260ca607e14b0.tar.gz
bump dependencies on Unicorn + Rainbows!
Small fixes from both that are worth having to ease support.
-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 6d56c38..9ce3ff5 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.1'
-  gem 'rainbows', '0.95.1'
+  gem 'unicorn', '1.1.3'
+  gem 'rainbows', '0.97.0'
 
   if engine == "ruby"
     gem 'sendfile', '1.0.0' # next Rubinius should support this
diff --git a/zbatery.gemspec b/zbatery.gemspec
index 0cbc05f..3b1bdde 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.1", "<= 1.0.0"])
+  s.add_dependency(%q<rainbows>, [">= 0.97.0", "<= 1.0.0"])
   s.add_development_dependency(%q<isolate>, "~> 2.1.0")
 
   # s.licenses = %w(GPLv2 Ruby) # accessor not compatible with older RubyGems