Skip to content

Commit 90a7432

Browse files
Updated VPS instructions, ruby 2.0.0 now required.
1 parent ebd11ce commit 90a7432

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/VPS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ We are going to use Rbenv to manage the version of Ruby you use.
6161
git clone git://github.com/sstephenson/ruby-build.git $HOME/.rbenv/plugins/ruby-build
6262
source ~/.bash_profile
6363

64-
rbenv install 1.9.3-p0
65-
rbenv local 1.9.3-p0
64+
rbenv install 2.0.0-p0
65+
rbenv local 2.0.0-p0
6666
rbenv rehash
6767

6868
We also need to install bundler which will handle Stringer's dependencies

0 commit comments

Comments
 (0)