From 895679655a8f4807793f8fa2a87d4b05d216ef07 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 6 Feb 2015 20:09:19 +0000 Subject: doc: update support status for Ruby versions unicorn 5 will not support Ruby 1.8 anymore. Drop mentions of Rubinius, too, it's too difficult to support due to the proprietary and registration-required nature of its bug tracker. The smaller memory footprint and CoW-friendly memory allocator in mainline Ruby is a better fit for unicorn, anyways. Since Ruby 1.9+ bundles RubyGems and gem startup is faster nowadays, we'll just depend on that instead of not loading RubyGems. Drop the local.mk.sample file, too, since it's way out-of-date and probably isn't useful (I have not used it in a while). --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 02d01e1..f084d0c 100644 --- a/README +++ b/README @@ -12,7 +12,8 @@ both the the request and response in between \Unicorn and slow clients. cut out everything that is better supported by the operating system, {nginx}[http://nginx.net/] or {Rack}[http://rack.github.io/]. -* Compatible with Ruby 1.8 and later. Rubinius support is in-progress. +* Compatible with Ruby 1.9.3 and later. + unicorn 4.8.x will remain supported for Ruby 1.8 users. * 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