From b959addf8497d43bd94a7ae6a47e182a0f02754a Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 17 Nov 2022 09:21:26 +0000 Subject: [PATCH] fix the buildpack to previous version --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 6974180e5..c8f26f9b0 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,7 +1,7 @@ --- defaults: &defaults buildpacks: - - https://github.com/cloudfoundry/ruby-buildpack.git + - https://github.com/cloudfoundry/ruby-buildpack.git#v1.8.59 processes: - type: web command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server