Created
April 30, 2020 03:22
-
-
Save antarr/77705fb9adb1bf59444f68a7e3d1c286 to your computer and use it in GitHub Desktop.
install ruby
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 characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment