Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # based on https://gist.github.com/creisor/e20f254a89070f46b91cc3e0c5cd18db | |
| RUBY_V = File.open("./.ruby-version") { |f| f.read }.chomp | |
| $apt_script = <<SCRIPT | |
| sudo apt-get update | |
| sudo apt-get upgrade -y | |
| sudo apt-get install -y build-essential git libssl-dev libsqlite3-dev redis ruby-dev tzdata zlib1g-dev |