diff options
-rw-r--r-- | eselect-rails/rails.eselect | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect index bba27a9..cc1c2cb 100644 --- a/eselect-rails/rails.eselect +++ b/eselect-rails/rails.eselect @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,6 +12,7 @@ RAILS="${EROOT}/usr/bin/rails" # find a list of rails symlink targets, best first find_targets() { for f in \ + ${RAILS}-5.0* \ ${RAILS}-4.2* \ ${RAILS}-4.1* \ ${RAILS}-4.0* \ |