From owner-freebsd-ruby@freebsd.org Fri Mar 13 09:33:22 2020 Return-Path: Delivered-To: freebsd-ruby@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 01A25259688 for ; Fri, 13 Mar 2020 09:33:22 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48f0qh6dgHz3FmN for ; Fri, 13 Mar 2020 09:33:20 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id AC45F259687; Fri, 13 Mar 2020 09:33:20 +0000 (UTC) Delivered-To: ruby@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA32E259686 for ; Fri, 13 Mar 2020 09:33:20 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48f0qh27ywz3Fl9; Fri, 13 Mar 2020 09:33:20 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:cc84:5287:62c7:c92]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id C35F7F329; Fri, 13 Mar 2020 09:33:18 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Fri, 13 Mar 2020 18:33:15 +0900 From: Koichiro Iwao To: Matthias Fechner Cc: ruby@FreeBSD.org Subject: Re: Let me know switch default Ruby to 2.7 Message-ID: <20200313093315.wa646kuk4zlvrvqv@icepick.vmeta.jp> X-Operating-System: FreeBSD 12.1-STABLE amd64 References: <20200205005032.hmxwooh3b3kbseas@icepick.vmeta.jp> <20520926-49f7-5d93-5c3a-48971e90c057@fechner.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20520926-49f7-5d93-5c3a-48971e90c057@fechner.net> X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2020 09:33:22 -0000 Hi, I think Ruby 2.7 is now ready after r528339. Could you test gitlab, redmine and other ports you maintain? Also let's request exp-run to switch default Ruby. I hope we could switch to Ruby 2.7 before next quarterly branched. On Sun, Feb 09, 2020 at 10:10:20PM +0100, Matthias Fechner wrote: > Am 05.02.2020 um 01:50 schrieb Koichiro Iwao: > > please let me know before switching defautl Ruby to 2.7. > > I'm working on some issue on Ruby 2.7 with Yasuhiro KIMURA. After I > > finished it, default Ruby can be switched. > > let me know if 2.7 is stable, then I can test it with gitlab if it could > be used. > > Gruß > Matthias > > -- > > "Programming today is a race between software engineers striving to > build bigger and better idiot-proof programs, and the universe trying to > produce bigger and better idiots. So far, the universe is winning." -- > Rich Cook > -- meta