Update GETTING_STARTED to reflect factory_girl_rails mirroring factory_girl versions

This commit is contained in:
Joshua Clayton 2012-03-31 11:27:39 -04:00
parent 7f5acac32c
commit 4c427498f6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Update Your Gemfile
If you're using Rails, you'll need to change the required version of `factory_girl_rails`:
```ruby
gem "factory_girl_rails", "~> 2.0"
gem "factory_girl_rails", "~> 3.0"
```
If you're *not* using Rails, you'll just have to change the required version of `factory_girl`: