diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-08-06 16:01:31 -0700 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-08-06 16:01:31 -0700 |
commit | 174f21933964d6988095600f57f023e1910808c5 (patch) | |
tree | ea8f770498b2fa602b97f4f6cac89c387f7e91da /guides | |
parent | 29984215310cb98fb0ac7976c852a9df435b89f8 (diff) | |
parent | 043785ac7a99902c562e319e19d9fa9c563a555a (diff) | |
download | rails-174f21933964d6988095600f57f023e1910808c5.tar.gz rails-174f21933964d6988095600f57f023e1910808c5.tar.bz2 rails-174f21933964d6988095600f57f023e1910808c5.zip |
Merge pull request #11784 from davetoxa/patch-2
Bump ruby version [ci skip]
Diffstat (limited to 'guides')
-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: |