From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: unicorn-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 82D1D1F8B3; Sat, 18 Oct 2014 21:39:23 +0000 (UTC) Date: Sat, 18 Oct 2014 21:39:23 +0000 From: Eric Wong To: unicorn-public@bogomips.org Subject: Re: dropping Ruby 1.8 support for unicorn 5? Message-ID: <20141018213923.GA5200@dcvr.yhbt.net> References: <20140927083221.GA1390@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140927083221.GA1390@dcvr.yhbt.net> List-Id: On a related note, I hope nobody is still on Ruby 1.9.1 or (shudder) 1.9.0. I'd like to use require_relative; a 1.9.2+ feature and 1.9.2 is already EOL these days. I think there's still many 1.9.3 users out there, so we need to continue supporting that for a while.