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: AS22989 208.118.235.0/24 X-Spam-Status: No, score=-2.2 required=3.0 tests=AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: dtas-all@80x24.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 6D8DC633802 for ; Sun, 13 Dec 2015 12:35:45 +0000 (UTC) Received: from localhost ([::1]:54959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a85sO-000525-SZ for dtas-all@80x24.org; Sun, 13 Dec 2015 07:35:44 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a85sN-00051v-4a for dtas-all@nongnu.org; Sun, 13 Dec 2015 07:35:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a85sI-0001Wg-2I for dtas-all@nongnu.org; Sun, 13 Dec 2015 07:35:43 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:44109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a85sH-0001Wc-Sn for dtas-all@nongnu.org; Sun, 13 Dec 2015 07:35:37 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2CE9D6362CB; Sun, 13 Dec 2015 12:35:36 +0000 (UTC) Date: Sun, 13 Dec 2015 12:35:35 +0000 From: Eric Wong To: dtas-all@nongnu.org Subject: which version of Ruby do you use? Message-ID: <20151213123535.GA22214@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 64.71.152.64 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Sender: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Apparently I've written some code that doesn't work in Ruby 1.9.3 and need to fix before the release. Currently, we support Ruby 1.9.3 and later. But since that's end-of-life and no longer receiving security updates or anything, maybe we could move to 2.0.0 or even 2.1 as the minimum version sometime in 2016... Keep in mind Ruby 2.3 is just around the corner and I've contributed additional non-blocking I/O additions which we'll be taking advantage of when available. Thanks in advance for any answer you provide!