diff options
author | Hans de Graaff <hans@degraaff.org> | 2023-04-09 09:38:12 +0200 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2023-04-09 09:38:12 +0200 |
commit | 403776437eaede0595d8d8a46a0f185688b5222a (patch) | |
tree | 863a3bc9a1abcf8be11cebaae7cbc29ce55e350d | |
parent | Add ruby32 to statistics scripts (diff) | |
download | ruby-scripts-403776437eaede0595d8d8a46a0f185688b5222a.tar.gz ruby-scripts-403776437eaede0595d8d8a46a0f185688b5222a.tar.bz2 ruby-scripts-403776437eaede0595d8d8a46a0f185688b5222a.zip |
eselect-rails: remove obsolete targets
Signed-off-by: Hans de Graaff <hans@degraaff.org>
-rw-r--r-- | eselect-rails/rails.eselect | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect index 4108610..4583d81 100644 --- a/eselect-rails/rails.eselect +++ b/eselect-rails/rails.eselect @@ -15,15 +15,6 @@ find_targets() { ${RAILS}-6.1* \ ${RAILS}-6.0* \ ${RAILS}-5.2* \ - ${RAILS}-5.1* \ - ${RAILS}-5.0* \ - ${RAILS}-4.2* \ - ${RAILS}-4.1* \ - ${RAILS}-4.0* \ - ${RAILS}-3.2* \ - ${RAILS}-3.1* \ - ${RAILS}-3.0* \ - ${RAILS}-2.3* \ ; do if [[ -f ${f} ]] ; then echo $(basename ${f} ) |