From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68E55159C9B for ; Mon, 12 Aug 2024 07:12:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B37602BC019; Mon, 12 Aug 2024 07:12:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9853B2BC019 for ; Mon, 12 Aug 2024 07:12:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A57A4343052 for ; Mon, 12 Aug 2024 07:12:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A0D21ED6 for ; Mon, 12 Aug 2024 07:12:01 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1723446690.771c569dd0229a4a427339e449cbf8785ae0b6b2.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/ X-VCS-Repository: proj/ruby-scripts X-VCS-Files: eselect-rails/rails.eselect X-VCS-Directories: eselect-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 771c569dd0229a4a427339e449cbf8785ae0b6b2 X-VCS-Branch: master Date: Mon, 12 Aug 2024 07:12:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3cff1bd5-b4e8-4b5c-a896-3122570b30b0 X-Archives-Hash: 13064311161831626638983ef43e0125 commit: 771c569dd0229a4a427339e449cbf8785ae0b6b2 Author: Hans de Graaff gentoo org> AuthorDate: Mon Aug 12 07:11:30 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Aug 12 07:11:30 2024 +0000 URL: https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=771c569d eselect-rails: add support for Rails 7.2 Signed-off-by: Hans de Graaff gentoo.org> eselect-rails/rails.eselect | 1 + 1 file changed, 1 insertion(+) diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect index 1670762..3c05f26 100644 --- a/eselect-rails/rails.eselect +++ b/eselect-rails/rails.eselect @@ -12,6 +12,7 @@ RAILS="${EROOT}/usr/bin/rails" # find a list of rails symlink targets, best first find_targets() { for f in \ + ${RAILS}-7.2* \ ${RAILS}-7.1* \ ${RAILS}-7.0* \ ${RAILS}-6.1* \