mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 17:02:55 +08:00
Fix Vagrantfile gem install for ruby >= 2.6 (#1618)
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user