Skip to content

Commit bd29163

Browse files
committed
Fixed the coderwall-box script to install Ruby 2.1.4
1 parent 2cc9534 commit bd29163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vagrant/coderwall-box/scripts/postinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ sudo su - vagrant <<-'EOF'
265265
rvm requirements
266266
rvm reload
267267
268-
_RUBY_VERSION=ruby-2.1.3
268+
_RUBY_VERSION=ruby-2.1.4
269269
rvm install $_RUBY_VERSION
270270
rvm gemset create coderwall
271271
rvm use $_RUBY_VERSION --default

0 commit comments

Comments
 (0)