commit:     c77a3e4ff7f107bcfe331b4e765dded4fcc1a9d4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 06:30:51 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> 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 <graaff <AT> 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 :
-

Reply via email to