From 58c50e3693cfc70447d44c898ab437e8898a42f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Meny?= Date: Wed, 26 Jan 2022 17:03:27 +0000 Subject: [PATCH] Restore latest ruby buildpack from Github (#251) --- 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