1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Update Getting Started to reflect recent version bumps

This commit is contained in:
Joshua Clayton 2011-09-06 11:36:51 -03:00
parent 4d4b5d9cfd
commit 370d8a6816

View file

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