rainbows.gemspec in rainbows-4.2.0 vs rainbows.gemspec in rainbows-4.3.0
- old
+ new
@@ -26,12 +26,12 @@
# kgio 2.5 has kgio_wait_* methods that take optional timeout args
s.add_dependency(%q<kgio>, ['~> 2.5'])
# we need Unicorn for the HTTP parser and process management
- s.add_dependency(%q<unicorn>, ["~> 4.0"])
+ s.add_dependency(%q<unicorn>, ["~> 4.1"])
s.add_development_dependency(%q<isolate>, "~> 3.1")
- s.add_development_dependency(%q<wrongdoc>, "~> 1.5")
+ s.add_development_dependency(%q<wrongdoc>, "~> 1.6")
# optional runtime dependencies depending on configuration
# see t/test_isolate.rb for the exact versions we've tested with
#
# Revactor >= 0.1.5 includes UNIX domain socket support