From c56eb04d683ef0ed45badfc505ac7eaeb25c6447 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 14 Sep 2021 23:39:22 +0000 Subject: drop Ruby 1.9.3 support, require 2.0+ for now Ruby 1.9.3 was released nearly a decade ago, so there's probably few (if any) legacy users left, and they can continue using old versions of unicorn. We'll be able to take advantage of some Ruby 2.0+-only features down the road (and hopefully 2.3+). Also, I no longer have a installation of Ruby 1.8 and getting it working probably isn't worth the effort, so 4.x support is gone. --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 35a7388..5fdd1e8 100644 --- a/README +++ b/README @@ -12,8 +12,7 @@ both the the request and response in between unicorn and slow clients. cut out everything that is better supported by the operating system, {nginx}[https://nginx.org/] or {Rack}[https://rack.github.io/]. -* Compatible with Ruby 1.9.3 and later. - unicorn 4.x remains supported for Ruby 1.8 users. +* Compatible with Ruby 2.0.0 and later. * Process management: unicorn will reap and restart workers that die from broken apps. There is no need to manage multiple processes -- cgit v1.2.3-24-ge0c7