diff --git a/app.json b/app.json index 9773d6a49..3f0ff1061 100644 --- a/app.json +++ b/app.json @@ -20,6 +20,8 @@ "test": "HATCHET_BUILDPACK_BRANCH=$HEROKU_TEST_RUN_BRANCH bundle exec rake knapsack:rspec" }, "buildpacks": [ + { "url": "https://github.com/schneems/heroku-buildpack-git" }, + { "url": "https://github.com/heroku/heroku-buildpack-cli.git" }, { "url": "heroku/ruby" } ] }