Skip to content

Instantly share code, notes, and snippets.

@antarr
Created April 30, 2020 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antarr/77705fb9adb1bf59444f68a7e3d1c286 to your computer and use it in GitHub Desktop.
Save antarr/77705fb9adb1bf59444f68a7e3d1c286 to your computer and use it in GitHub Desktop.
install ruby
# 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