From 4cc4898c320d49b80e577daae1a83ef104c9542d Mon Sep 17 00:00:00 2001 From: John ODonnell Date: Wed, 11 Jan 2023 12:30:20 -0500 Subject: [PATCH] Pin Ruby Buildpack at v1.8.61 Ruby v3.1.3 not supported until this version --- manifest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 3069a7c..2f4c973 100644 --- a/manifest.yml +++ b/manifest.yml @@ -2,4 +2,5 @@ applications: - name: conjur-service-broker command: ./bin/start-service-broker.sh - + buildpacks: + - https://github.com/cloudfoundry/ruby-buildpack.git#v1.8.61