From c3271c2eb26578316d7cecad1a2b99e1814a5fa3 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). [reinstate 1.9 version check for listener_fds in backport] --- Sandbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sandbox') diff --git a/Sandbox b/Sandbox index 3c7f226..f662b27 100644 --- a/Sandbox +++ b/Sandbox @@ -86,7 +86,7 @@ For now workarounds include doing one of the following: 3. Explicitly setting RUBYLIB or $LOAD_PATH to include any gem path where the unicorn gem is installed - (e.g. /usr/lib/ruby/gems/1.9.1/gems/unicorn-VERSION/lib) + (e.g. /usr/lib/ruby/gems/1.9.3/gems/unicorn-VERSION/lib) === RUBYOPT pollution from SIGUSR2 upgrades -- cgit v1.2.3-24-ge0c7