diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-07 11:09:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 11:09:14 +0200 |
commit | 1c351709bc45611c2ed48fb8539c2b27ab51b6fe (patch) | |
tree | 4ba87550f7c2ef476b59a71a0eeac8153f24ec53 /Procfile | |
parent | 6d6a429af8fe4bd92ed497f401676353fdc603e0 (diff) |
Force UTF8 encoding on generated XML (#1140)
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile index 6cdd89518..646e26059 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: bundle exec puma -C config/puma.rb -worker: bundle exec sidekiq -q default -q mailers -q push +worker: bundle exec sidekiq -q default -q push -q pull -q mailers |