diff --git a/app.json b/app.json index 8fe6ca0b..cdec92d1 100644 --- a/app.json +++ b/app.json @@ -11,6 +11,9 @@ "DATABASE_URL": { "required": true }, + "DEPLOY_TASKS": { + "required": true + }, "LANG": { "required": true }, @@ -72,6 +75,12 @@ "buildpacks": [ { "url": "heroku/ruby" + }, + { + "url": "https://github.com/heroku/heroku-buildpack-ruby" + }, + { + "url": "https://github.com/gunpowderlabs/buildpack-ruby-rake-deploy-tasks" } ] }