Skip to content

Commit 8f7742c

Browse files
author
matt swanson
committed
Merge pull request stringer-rss#297 from mickstephenson/patch-1
Updated VPS instructions, ruby 2.0.0 now required.
2 parents ebd11ce + 90a7432 commit 8f7742c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)