Skip to content

Commit

Permalink
Ruby version was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tayfunoziserikan committed Oct 10, 2013
1 parent d381380 commit 764aa36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions development/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@ $ mkdir -p ~/.rbenv/plugins
$ cd ~/.rbenv/plugins
$ git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
$ git clone https://github.com/sstephenson/rbenv-gem-rehash.git ~/.rbenv/plugins/rbenv-gem-rehash
$ rbenv install 2.0.0-p0
$ rbenv install 2.0.0-p247
$ rbenv rehash
$ rbenv global 2.0.0-p0
$ rbenv global 2.0.0-p247
$ ruby -v
# ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux]
# ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
```
Eğer yukarıdakı adımları izleyip ruby versiyonunu doğruladıysanız işlem tamamlanmış demektir.
Expand Down

0 comments on commit 764aa36

Please sign in to comment.