From 9153d18112ec131670c02e3c8496dcfc12ec3da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Meny?= Date: Wed, 26 Jan 2022 16:57:10 +0000 Subject: [PATCH] Restore latest ruby buildpack from Github --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 5935f2495..afabbb4f7 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,7 +1,7 @@ --- defaults: &defaults buildpacks: - - ruby_buildpack + - https://github.com/cloudfoundry/ruby-buildpack.git processes: - type: web command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server