summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Seren <guillaumeseren@gmail.com>2020-12-14 18:11:40 +0100
committerSam James <sam@gentoo.org>2021-09-28 02:00:50 +0100
commitd846a14da7548f88932b2ee37f9bc54886c2adce (patch)
treecdd5051a37f90c9106c1b6d4df5393d46d21b3eb /app-emulation/vagrant/files
parentapp-emulation/vagrant: Add myself to the maintainer (diff)
downloadgentoo-d846a14da7548f88932b2ee37f9bc54886c2adce.tar.gz
gentoo-d846a14da7548f88932b2ee37f9bc54886c2adce.tar.bz2
gentoo-d846a14da7548f88932b2ee37f9bc54886c2adce.zip
app-emulation/vagrant: Bump to version 2.2.14
Closes: https://bugs.gentoo.org/765253 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19053 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/vagrant/files')
-rw-r--r--app-emulation/vagrant/files/vagrant.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/vagrant/files/vagrant.in b/app-emulation/vagrant/files/vagrant.in
index fd35177c6fe0..5760b56839c8 100644
--- a/app-emulation/vagrant/files/vagrant.in
+++ b/app-emulation/vagrant/files/vagrant.in
@@ -4,7 +4,7 @@
# Vagrant installation directory. This sets up proper environmental variables
# so that everything loads and compiles to proper directories.
-for r in ruby26 ruby25 ruby24; do
+for r in ruby27 ruby26 ruby25; do
# not all ruby versions are guaranteed to be installed
if ! command -v "${r}" >/dev/null 2>&1; then
continue