From c3e9e4ae41abd4e0e4773275704cec13e4115469 Mon Sep 17 00:00:00 2001 From: Sean Griffin Date: Tue, 7 Mar 2017 14:30:44 -0500 Subject: [PATCH] Update the Diesel buildpack The new version caches the installed binary, and only re-installs when the contents of `.diesel_version` changes. --- .buildpacks | 2 +- .diesel_version | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .diesel_version diff --git a/.buildpacks b/.buildpacks index 8a2a37ab144..bb55067e4de 100644 --- a/.buildpacks +++ b/.buildpacks @@ -2,4 +2,4 @@ https://github.com/rcaught/heroku-buildpack-cmake#e4e2c9e https://github.com/mmirate/heroku-buildpack-rust#f1cf6643e https://github.com/tonycoco/heroku-buildpack-ember-cli https://github.com/ryandotsmith/nginx-buildpack.git#af813ba -https://github.com/sgrif/heroku-buildpack-diesel#43267f2 +https://github.com/sgrif/heroku-buildpack-diesel#f605edd diff --git a/.diesel_version b/.diesel_version new file mode 100644 index 00000000000..d9df1bbc0c7 --- /dev/null +++ b/.diesel_version @@ -0,0 +1 @@ +0.11.0