Skip to content

Commit

Permalink
Update Getting Started to reflect recent version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Sep 6, 2011
1 parent 4d4b5d9 commit 370d8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GETTING_STARTED.md
Expand Up @@ -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.

Expand Down

0 comments on commit 370d8a6

Please sign in to comment.