Upgrade Vagrant to bionic (was trusty)

This commit is contained in:
Andrew Shu 2021-08-12 17:41:25 -07:00
parent 4b69ab232f
commit 16205f9b82
3 changed files with 9 additions and 9 deletions

View file

@ -3,5 +3,5 @@
apt-get -y install python-software-properties
apt-add-repository -y ppa:brightbox/ruby-ng
apt-get -y update
apt-get -y install ruby2.4 ruby2.4-dev
gem install bundler --no-rdoc --no-ri
apt-get -y install ruby2.6 ruby2.6-dev
gem install bundler --no-document