mirror of
https://github.com/TeamNewPipe/website
synced 2025-10-06 00:22:38 +02:00
Need more recent bundler for building
This commit is contained in:
9
Vagrantfile
vendored
9
Vagrantfile
vendored
@@ -25,7 +25,12 @@ Vagrant.configure("2") do |config|
|
|||||||
config.vm.provision "shell", inline: <<-SHELL
|
config.vm.provision "shell", inline: <<-SHELL
|
||||||
set -xe
|
set -xe
|
||||||
apt-get update
|
apt-get update
|
||||||
yes | apt-get install -y build-essential git ruby ruby-bundler ruby-dev
|
yes | apt-get install -y build-essential git ruby ruby-dev
|
||||||
(cd /vagrant && sudo -Hu vagrant bundle install)
|
(
|
||||||
|
cd /vagrant
|
||||||
|
sudo gem update --system
|
||||||
|
sudo gem install bundler
|
||||||
|
sudo -Hu vagrant bundle install
|
||||||
|
)
|
||||||
SHELL
|
SHELL
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user