Fix Vagrantfile gem install for ruby >= 2.6 (#1618)

This commit is contained in:
Cyb0rk
2022-06-24 16:44:51 +02:00
committed by GitHub
parent 63eee65084
commit d8225be797

2
Vagrantfile vendored
View File

@@ -15,7 +15,7 @@ Vagrant.configure(2) do |config|
sudo apt-get install -yq ruby ruby-dev
sudo apt-get install -yq pkg-config build-essential nodejs git libxml2-dev libxslt-dev
sudo apt-get autoremove -yq
gem install --no-ri --no-rdoc bundler
gem install --no-document bundler
SHELL
# add the local user git config to the vm