zbatery.gemspec in zbatery-0.3.1 vs zbatery.gemspec in zbatery-0.4.0

- old
+ new

@@ -48,14 +48,10 @@ # rev + iobuffer # eventmachine # espace-neverblock + eventmachine # async_sinatra + sinatra + eventmachine # - # rainbows 0.91.1 depends on unicorn ~> 0.97.1, previous versions of - # 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_development_dependency(%q<isolate>, "~> 2.1.0") + s.add_dependency(%q<rainbows>, ["~> 1.0.0"]) + s.add_development_dependency(%q<isolate>, "~> 3.0.0") # s.licenses = %w(GPLv2 Ruby) # accessor not compatible with older RubyGems end