Skip to content

Commit

Permalink
Updates CF buildpack to 1.10.4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TheDancingClown committed Oct 6, 2023
1 parent b54eefd commit 2f23b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f23b97

Please sign in to comment.