diff options
author | Anton Cherepanov <davetoxa@gmail.com> | 2013-08-07 02:51:31 +0600 |
---|---|---|
committer | Anton Cherepanov <davetoxa@gmail.com> | 2013-08-07 03:33:56 +0600 |
commit | 043785ac7a99902c562e319e19d9fa9c563a555a (patch) | |
tree | 3db50405f31df77a2181ee841c06a8c2bc831ed7 | |
parent | 179deea65b7c6dd6107dbe5930f91fa73e16ac1a (diff) | |
download | rails-043785ac7a99902c562e319e19d9fa9c563a555a.tar.gz rails-043785ac7a99902c562e319e19d9fa9c563a555a.tar.bz2 rails-043785ac7a99902c562e319e19d9fa9c563a555a.zip |
Bump ruby version [ci skip]
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index dabdb391b3..acfbf24f12 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -84,7 +84,7 @@ current version of Ruby installed: ```bash $ ruby -v -ruby 1.9.3p385 +ruby 2.0.0p247 ``` To install Rails, use the `gem install` command provided by RubyGems: |