From owner-freebsd-ruby@freebsd.org Thu Jan 21 08:10:35 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 C83C1A8AF42 for ; Thu, 21 Jan 2016 08:10:35 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) 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 B96091A1F for ; Thu, 21 Jan 2016 08:10:35 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: by mailman.ysv.freebsd.org (Postfix) id B7FEFA8AF41; Thu, 21 Jan 2016 08:10:35 +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 B7AB3A8AF40 for ; Thu, 21 Jan 2016 08:10:35 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (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 86E721A1E for ; Thu, 21 Jan 2016 08:10:35 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [192.168.0.120] (port-212-202-156-99.static.qsc.de [212.202.156.99]) by toco-domains.de (Postfix) with ESMTPA id A967A1B22055 for ; Thu, 21 Jan 2016 09:10:33 +0100 (CET) To: ruby@freebsd.org From: =?UTF-8?Q?Torsten_Z=c3=bchlsdorff?= Subject: Obsoleting Rails 3.x? Message-ID: <56A08842.8090105@toco-domains.de> Date: Thu, 21 Jan 2016 08:26:58 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; 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: Thu, 21 Jan 2016 08:10:35 -0000 Hello, while working on many ports i figured out there are a bunch of dependencies to our Rails 3 port. But for many rubygems this is not needed - they already work with Rails 4.2. Often this results in a port based on Rails 3 and a slave port with Rails 4.2. This will become even more bad because Rails 5 is already on its way. Also when i'm understanding the release notices correct (i found them quite confusing) they state: - Rails 3.2 will only fix really bad security issues (while letting "normal" security issues intact) - you seem to get the fixes just if you pay So i would announce, that we go through the gems and do a little cleanup. If a gem will work with Rails 4.2 we should switch its dependency to this version instead of Rails 3. Your thoughts? Objections? Greetings, Torsten