Skip to content

Instantly share code, notes, and snippets.

@antarr
Created April 30, 2020 03:22
Show Gist options
  • Select an option

  • Save antarr/77705fb9adb1bf59444f68a7e3d1c286 to your computer and use it in GitHub Desktop.

Select an option

Save antarr/77705fb9adb1bf59444f68a7e3d1c286 to your computer and use it in GitHub Desktop.

Revisions

  1. antarr created this gist Apr 30, 2020.
    8 changes: 8 additions & 0 deletions ruby.sh
    Original 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