diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 0bdfdaa..7f2bdb1 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -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`: