about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--zbatery.gemspec6
1 files changed, 5 insertions, 1 deletions
diff --git a/zbatery.gemspec b/zbatery.gemspec
index 131a115..d981751 100644
--- a/zbatery.gemspec
+++ b/zbatery.gemspec
@@ -49,7 +49,11 @@ Gem::Specification.new do |s|
   #   eventmachine
   #   espace-neverblock + eventmachine
   #   async_sinatra + sinatra + eventmachine
-  s.add_dependency(%q<rainbows>, [">= 0.8.0", "<= 1.0.0"])
+  #
+  # rainbows 0.90.2 depends on unicorn 0.96.1,
+  # unicorn 0.96.0 and before had a memory leak
+  # that was only triggered in Rainbows!/Zbatery
+  s.add_dependency(%q<rainbows>, [">= 0.90.2", "<= 1.0.0"])
 
   # s.licenses = %w(GPLv2 Ruby) # accessor not compatible with older RubyGems
 end