]> cat aescling's git repositories - mastodon.git/commit
fix Vagrantfile so that the correct ruby is installed
authorvjackson725 <vjackson725@users.noreply.github.com>
Thu, 12 Jan 2017 12:20:55 +0000 (23:20 +1100)
committervjackson725 <vjackson725@users.noreply.github.com>
Thu, 12 Jan 2017 12:20:55 +0000 (23:20 +1100)
commit91dc21c46947a7a7da4dd25b665a772c97eba8f6
tree5f1d45009c31b519b6a7e6a6fff46f4272072a2d
parent8f54a8851a64ffa3cff4604dc798ff428b6da95e
fix Vagrantfile so that the correct ruby is installed

Prior to this commit, the vagrantfile installs ruby 2.3.3. Due to commit mastodon@7951e7f, this no longer works.

Change the provision scrip so that 2.3.1 is installed via rbenv. Note this drastically increases provision time.
Vagrantfile