From 0a10915fff80ff90bdef2a905dfdc589e815aefd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 18 Nov 2015 03:58:05 +0000 Subject: bump to unicorn 5.0.1, use monotonic clock The timeout (mis)feature in unicorn uses the monotonic clock if available. We must follow suit to avoid having our timeout functionality completely broken. --- rainbows.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rainbows.gemspec') diff --git a/rainbows.gemspec b/rainbows.gemspec index afc8b5a..6ddf630 100644 --- a/rainbows.gemspec +++ b/rainbows.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |s| # we need unicorn for the HTTP parser and process management # we need unicorn 4.8.0+ since we depend on undocumented/unsupported # unicorn internals. - s.add_dependency(%q, ["~> 4.8"]) + s.add_dependency(%q, ["~> 5.0"]) s.add_development_dependency(%q, "~> 3.1") s.add_development_dependency(%q, "~> 1.0") -- cgit v1.2.3-24-ge0c7