diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-08-12 09:11:30 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-12 09:11:30 +0200 |
commit | 771c569dd0229a4a427339e449cbf8785ae0b6b2 (patch) | |
tree | 94f59a17b481af779f33b603ac7b752ff1df6ce8 /eselect-rails/rails.eselect | |
parent | Add ruby33 to targets plot scripts (diff) | |
download | ruby-scripts-master.tar.gz ruby-scripts-master.tar.bz2 ruby-scripts-master.zip |
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'eselect-rails/rails.eselect')
-rw-r--r-- | eselect-rails/rails.eselect | 1 |
1 files changed, 1 insertions, 0 deletions
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* \ |