We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd11ce commit 90a7432Copy full SHA for 90a7432
1 file changed
docs/VPS.md
@@ -61,8 +61,8 @@ We are going to use Rbenv to manage the version of Ruby you use.
61
git clone git://github.com/sstephenson/ruby-build.git $HOME/.rbenv/plugins/ruby-build
62
source ~/.bash_profile
63
64
- rbenv install 1.9.3-p0
65
- rbenv local 1.9.3-p0
+ rbenv install 2.0.0-p0
+ rbenv local 2.0.0-p0
66
rbenv rehash
67
68
We also need to install bundler which will handle Stringer's dependencies
0 commit comments