about summary refs log tree commit diff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorCharlotte Fields <charlottelilyfields48@gmail.com>2017-06-23 02:35:27 +1000
committerEugen Rochko <eugen@zeonfederated.com>2017-06-22 18:35:27 +0200
commit7bc18058270bd4d3b376bf0bf8f104ebdd178230 (patch)
tree25cb2dbaa09a942b4ede50a46e16dc678e6cbe72 /Vagrantfile
parente27f792c24d1040246bc6ae890e6052f763cdb84 (diff)
fixed vagrantfile (#3897)
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index f2302b24f..77b5e8350 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -45,6 +45,9 @@ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB8
 curl -sSL https://get.rvm.io | bash -s stable --ruby=$RUBY_VERSION
 source /home/vagrant/.rvm/scripts/rvm
 
+# Install Ruby
+rvm install ruby-$RUBY_VERSION
+
 # Configure database
 sudo -u postgres createuser -U postgres vagrant -s
 sudo -u postgres createdb -U postgres mastodon_development