This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Heroku button deployment broken #1226
Closed
Description
Deploying via the Heroku button fails since we removed ffaker
from the default group, probably because it wasn't being installed (Heroku runs bundle install --without=development:test
) so even though we require it in the seeds.rb
script, it's not available for us to use. We could manually install it in the buildpack or move those gems to a different group. This should be fixed ASAP, I've already resolved a separate Heroku build issue due to the authentication initializer, but I'd like to tag / release v5.2.1 today.
Activity