From owner-freebsd-ruby@freebsd.org Tue Feb 23 14:47:26 2016 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6864AB2A9E for ; Tue, 23 Feb 2016 14:47:26 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B4EA11A58 for ; Tue, 23 Feb 2016 14:47:26 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id B2320AB2A9D; Tue, 23 Feb 2016 14:47:26 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1BA7AB2A9C; Tue, 23 Feb 2016 14:47:26 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77C1A1A57; Tue, 23 Feb 2016 14:47:25 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id F04FC2842B; Tue, 23 Feb 2016 15:47:16 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 80ACD28436; Tue, 23 Feb 2016 15:47:11 +0100 (CET) Message-ID: <56CC70EF.3090304@quip.cz> Date: Tue, 23 Feb 2016 15:47:11 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Steve Wills , ruby@freebsd.org, freebsd-ports@freebsd.org Subject: Re: default ruby version References: <56C40970.4030003@FreeBSD.org> In-Reply-To: <56C40970.4030003@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 14:47:26 -0000 Steve Wills wrote on 02/17/2016 06:47: > Hi, > > Just FYI, baring any objections or major issues coming up, I plan to > make Ruby 2.2 the default Ruby in the ports tree on March 1. > > Puppet users in particular probably want to migrate to sysutils/puppet4 > or work on testing some sort of patch that makes puppet 3.x work with > ruby 2.2 before then. > > Steve Will it be another breakage of www/redmine? (it is known to have problems with many dependencies after updates) Miroslav Lachman