From 3e60f5d87117ea16989a0c45f8e1e9dd4db56808 Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Thu, 17 Nov 2022 09:34:37 +0000 Subject: [PATCH] fix the buildpack to previous version (#1000) --- 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