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} )