RailsApps / rails-devise-pundit

Rails 5.0 starter app with Devise for authentication and Pundit for authorization.
http://railsapps.github.io/rails-devise-pundit/
483 stars 156 forks source link

app generator cannot find gem 'factory_girl' #39

Open Jimmy-Lin opened 6 years ago

Jimmy-Lin commented 6 years ago

The factory_girl gem has been renamed to factory_bot as part of this update https://github.com/thoughtbot/factory_bot/issues/921

The generator still tries to locate the factory_girl gem and continues failing the rest of the set-up when the gem is not found.

DanielKehoe commented 6 years ago

I've updated and released the rails_apps_testing gem. Can you try again and see if the issue is resolved? Thank you.