From 22fb66ef8e21936fad2360866630db95ead97fe9 Mon Sep 17 00:00:00 2001 From: schneems Date: Mon, 25 Jun 2018 12:27:36 -0500 Subject: [PATCH] Install git --- Aptfile | 1 + app.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Aptfile diff --git a/Aptfile b/Aptfile new file mode 100644 index 000000000..5664e303b --- /dev/null +++ b/Aptfile @@ -0,0 +1 @@ +git diff --git a/app.json b/app.json index 3f0ff1061..17e896853 100644 --- a/app.json +++ b/app.json @@ -20,7 +20,7 @@ "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-apt" }, { "url": "https://github.com/heroku/heroku-buildpack-cli.git" }, { "url": "heroku/ruby" } ]