From e166cfe5e8d648b544b1291ec157bd234a425e21 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 8 Feb 2013 22:45:20 +0000 Subject: hijacking support for Rack 1.5.x users This requires Rack 1.5.x and unicorn 4.6.0 for hijacking support. Older versions of Rack continue to work fine, but we must use unicorn 4.6.0 features to support this. --- rainbows.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rainbows.gemspec') diff --git a/rainbows.gemspec b/rainbows.gemspec index e7e832b..c29f308 100644 --- a/rainbows.gemspec +++ b/rainbows.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |s| s.add_dependency(%q, ['~> 2.5']) # we need Unicorn for the HTTP parser and process management - s.add_dependency(%q, ["~> 4.1"]) + s.add_dependency(%q, ["~> 4.6"]) # 4.6.0+ supports hijacking s.add_development_dependency(%q, "~> 3.1") s.add_development_dependency(%q, "~> 1.6") -- cgit v1.2.3-24-ge0c7