commit:     771c569dd0229a4a427339e449cbf8785ae0b6b2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 07:11:30 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> 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 <graaff <AT> 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* \

Reply via email to