Created
April 30, 2020 03:22
-
-
Save antarr/77705fb9adb1bf59444f68a7e3d1c286 to your computer and use it in GitHub Desktop.
Revisions
-
antarr created this gist
Apr 30, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # Install Ruby2.6 from Brightbox APT repository config.vm.provision "shell", inline: <<-SHELL apt-get -y install software-properties-common apt-add-repository -y ppa:brightbox/ruby-ng apt-get update apt-get -y install ruby-switch ruby-bundler ruby2.3 ruby2.3-dev sudo gem install bundler -v 1.16.6 SHELL