mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: remove foreman gem and unsupported Procfile
Launching Discourse no longer should require foreman in dev. We can simply use `bin/unicorn` which automatically launches a sidekiq worker. The foreman gem depends on thor ~> 0.19.1 which is no longer supported in rails 6. So this pre-emptively prepares us for it.
This commit is contained in:
Reference in New Issue
Block a user