From 2f23b97a685619f65a31ca59f2ed6de88493e5db Mon Sep 17 00:00:00 2001 From: Louis Kirkham Date: Fri, 6 Oct 2023 10:39:13 +0100 Subject: [PATCH] Updates CF buildpack to 1.10.4 Updates bundler version in readme. Updates CF buildpack version from 1.10.3 to 1.10.4 https://app.asana.com/0/1200504523179343/1205641320590993/f https://github.com/cloudfoundry/ruby-buildpack/releases/ Current versions ruby 3.2.2, node 18.17.1 and bundler 2.4.19 all compatitble. --- README.md | 2 +- bin/deploy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79578d4811..8b18424ccb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Pre-requisites - Ruby 3.2.2 -- `gem install bundler -v 2.4.8` +- `gem install bundler -v 2.4.19` - Rails 7.0.5 - Postgresql 9.5+ - Redis 2.8 diff --git a/bin/deploy b/bin/deploy index 5f4c51be57..0404aea82b 100755 --- a/bin/deploy +++ b/bin/deploy @@ -12,7 +12,7 @@ curl -X POST \ $SLACK_WEBHOOK # Pin ruby buildpack -export CF_BUILDPACK="https://github.com/cloudfoundry/ruby-buildpack.git#v1.10.3" +export CF_BUILDPACK="https://github.com/cloudfoundry/ruby-buildpack.git#v1.10.4" cf create-app-manifest "$CF_APP"-worker cf set-env "$CF_APP"-worker RELEASE $git_hash