Skip to content

Commit b129ace

Browse files
committed
Set the basebox build to use 2.1.0 (doesn't affect provisioning)
1 parent 022df27 commit b129ace

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
@@ -61,7 +61,7 @@ make install
6161
cd ..
6262
rm -rf node*
6363

64-
RUBY_VERSION="2.1.1"
64+
RUBY_VERSION="2.1.0"
6565
wget http://ftp.ruby-lang.org/pub/ruby/2.1/ruby-$RUBY_VERSION.tar.bz2
6666
tar jxf ruby-$RUBY_VERSION.tar.bz2
6767
cd ruby-$RUBY_VERSION

0 commit comments

Comments
 (0)