solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
52 stars 124 forks source link

Fix factory girl dependency for Solidus < 2.5 #130

Closed tvdeyen closed 5 years ago

tvdeyen commented 5 years ago

Load factory_girl for Solidus < 2.5

We need to load a factory_bot version that has factory_girl in it to support Solidus versions < 2.5

Also fixes an issue for people that do not have mysql headers installed (like me). We only need to install the gem, if we also set the ENV var that sets the DB to mysql.