From c332393f751fdbd2bf1c821e2ac1fa5f06fea7b6 Mon Sep 17 00:00:00 2001 From: Jason Noble Date: Sat, 24 Nov 2012 21:02:48 -0700 Subject: Update version numbers of Ruby and Rails --- guides/source/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index f963a31ca4..76a2a3c1be 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -81,7 +81,7 @@ Open up a command line prompt. On a mac this is called terminal, on windows it i ```bash $ ruby -v -ruby 1.9.3p194 +ruby 1.9.3p327 ``` To install Rails, use the `gem install` command provided by RubyGems: @@ -100,7 +100,7 @@ To verify that you have everything installed correctly, you should be able to ru $ rails --version ``` -If it says something like "Rails 3.2.8" you are ready to continue. +If it says something like "Rails 3.2.9" you are ready to continue. ### Creating the Blog Application -- cgit v1.2.3