Update getting started documentation to drop release candidate versions in Gemfile.

This commit is contained in:
Simon Hürlimann 2011-07-25 14:28:28 -07:00
parent ff1a019b53
commit 8bd8e0c851
1 changed files with 2 additions and 2 deletions

View File

@ -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.