From 3e701ee74ff29bdf5daa3249acede5a85a2b0097 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 17 Jan 2014 02:03:04 +0000 Subject: unicorn 4.8 compatibility + test version bumps Internal reworking of unicorn 4.8.0 completely broke us(!). This commit fixes things, but it means we no longer support unicorn <= 4.7. Sorry about that. --- rainbows.gemspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rainbows.gemspec') diff --git a/rainbows.gemspec b/rainbows.gemspec index 2ef91f7..e55c7de 100644 --- a/rainbows.gemspec +++ b/rainbows.gemspec @@ -28,8 +28,9 @@ Gem::Specification.new do |s| s.add_dependency(%q, ['~> 2.5']) # we need Unicorn for the HTTP parser and process management - # 4.6.0+ supports hijacking, 4.6.2 fixes the chunk parser (for Ruby 2.0.0) - s.add_dependency(%q, ["~> 4.6", ">= 4.6.2"]) + # we need unicorn 4.8.0+ since we depend on undocumented/unsupported + # unicorn internals. + s.add_dependency(%q, ["~> 4.8"]) s.add_development_dependency(%q, "~> 3.1") s.add_development_dependency(%q, "~> 1.6") -- cgit v1.2.3-24-ge0c7