RailsApps / rails-bootstrap

Rails 5.1 starter app with the Bootstrap 4 front-end framework.
523 stars 230 forks source link

MINOR ISSUE: Gems factory_girl & factory_girl_rails Are Deprecated #34

Open lightbe opened 6 years ago

lightbe commented 6 years ago

When I started the Rails server I saw the following message:

_DEPRECATION WARNING: The factory_girl gem is deprecated. Please upgrade to factory_bot. See https://github.com/thoughtbot/factory_bot/blob/v4.9.0/UPGRADE_FROM_FACTORY_GIRL.md for further instructions. (called from <top (required)> at /Users/myusername/Sites/rails-bootstrap-master/config/application.rb:7)_

The new gems are factory_bot & factory_bot_rails.