From 8bd8e0c8517d10a9a56695df31de27fc3b50cef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=BCrlimann?= Date: Mon, 25 Jul 2011 14:28:28 -0700 Subject: [PATCH] Update getting started documentation to drop release candidate versions in Gemfile. --- GETTING_STARTED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index e55587d..9ff44f1 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -6,11 +6,11 @@ Update Your Gemfile If you're using Rails, you'll need to upgrade `factory_girl_rails` to the latest RC: - gem "factory_girl_rails", "~> 1.1.rc1" + gem "factory_girl_rails", "~> 1.1" If you're *not* using Rails, you'll just have to change the required version of `factory_girl`: - gem "factory_girl", "~> 2.0.0.rc1" + gem "factory_girl", "~> 2.0.0" Once your Gemfile is updated, you'll want to update your bundle.