From 370d8a6816b9d72674b2dda37d604912d5340893 Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Tue, 6 Sep 2011 11:36:51 -0300 Subject: [PATCH] Update Getting Started to reflect recent version bumps --- GETTING_STARTED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index b0e42de..4468330 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 change the required version of `factory_girl_rails`: - gem "factory_girl_rails", "~> 1.1" + gem "factory_girl_rails", "~> 1.2" If you're *not* using Rails, you'll just have to change the required version of `factory_girl`: - gem "factory_girl", "~> 2.0.0" + gem "factory_girl", "~> 2.1.0" Once your Gemfile is updated, you'll want to update your bundle.