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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F2BE158089 for ; Sun, 8 Oct 2023 06:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98E362BC01A; Sun, 8 Oct 2023 06:36:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 7B8582BC01A for ; Sun, 8 Oct 2023 06:36:12 +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 5B329335C8E for ; Sun, 8 Oct 2023 06:36:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A079A9E9 for ; Sun, 8 Oct 2023 06:36:09 +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: <1696746956.c77a3e4ff7f107bcfe331b4e765dded4fcc1a9d4.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: c77a3e4ff7f107bcfe331b4e765dded4fcc1a9d4 X-VCS-Branch: master Date: Sun, 8 Oct 2023 06:36:09 +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: e4958a76-0248-4d23-b833-71c9fc5b5b1e X-Archives-Hash: e5378ef4d13b100c6f78513b975e8a5b commit: c77a3e4ff7f107bcfe331b4e765dded4fcc1a9d4 Author: Hans de Graaff gentoo org> AuthorDate: Sun Oct 8 06:30:51 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Oct 8 06:35:56 2023 +0000 URL: https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=c77a3e4f Add Rails 7.1 Signed-off-by: Hans de Graaff gentoo.org> eselect-rails/rails.eselect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect index 2a94813..1670762 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.1* \ ${RAILS}-7.0* \ ${RAILS}-6.1* \ ${RAILS}-6.0* \ @@ -167,4 +168,3 @@ do_update() { } # vim: set ft=eselect : -