public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/
Date: Wed, 13 Nov 2024 08:05:31 +0000 (UTC)	[thread overview]
Message-ID: <1731484646.cd49655aba23cee3dc58c4548da347297b667ed1.graaff@gentoo> (raw)

commit:     cd49655aba23cee3dc58c4548da347297b667ed1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 07:57:26 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 07:57:26 2024 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=cd49655a

eselect-rails/rails.eselect: add support for Rails 8.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 eselect-rails/rails.eselect | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect
index 3c05f26..a3feaf7 100644
--- a/eselect-rails/rails.eselect
+++ b/eselect-rails/rails.eselect
@@ -12,12 +12,11 @@ RAILS="${EROOT}/usr/bin/rails"
 # find a list of rails symlink targets, best first
 find_targets() {
 	for f in \
+			${RAILS}-8.0* \
 			${RAILS}-7.2* \
 			${RAILS}-7.1* \
 			${RAILS}-7.0* \
 			${RAILS}-6.1* \
-			${RAILS}-6.0* \
-			${RAILS}-5.2* \
 		; do
 		if [[ -f ${f} ]] ; then
 			echo $(basename ${f} )


             reply	other threads:[~2024-11-13  8:05 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-13  8:05 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-12  7:12 [gentoo-commits] proj/ruby-scripts:master commit in: eselect-rails/ Hans de Graaff
2023-10-08  6:36 Hans de Graaff
2023-04-09  7:39 Hans de Graaff
2023-04-09  7:39 Hans de Graaff
2022-03-13  7:11 Hans de Graaff
2018-07-04 20:23 Hans de Graaff
2017-03-01  6:21 Hans de Graaff
2016-07-21  5:44 Hans de Graaff
2014-12-20  7:50 Hans de Graaff
2014-04-26  5:48 Hans de Graaff
2013-10-07  8:36 Hans de Graaff
2011-12-30  9:24 Hans de Graaff
2011-12-30  9:24 Hans de Graaff
2011-06-04  6:49 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1731484646.cd49655aba23cee3dc58c4548da347297b667ed1.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox