Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Install Git and heroku cli
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Aug 15, 2018
1 parent 282750e commit 31bc617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.json
Expand Up @@ -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" }
]
}
Expand Down

0 comments on commit 31bc617

Please sign in to comment.