We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebd11ce + 90a7432 commit 8f7742cCopy full SHA for 8f7742c
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