Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Update ruby buildpack to 1.10.4 for ruby 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Nov 16, 2023
1 parent 44e9667 commit 8da33dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-worker-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
applications:
- name: publish-beta-integration-worker
memory: 1G
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.9.3
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.10.4
stack: cflinuxfs3
command: bundle exec rake db:migrate db:seed && bundle exec sidekiq
env:
Expand Down
2 changes: 1 addition & 1 deletion production-worker-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
applications:
- name: publish-beta-production-worker
memory: 1G
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.9.3
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.10.4
stack: cflinuxfs3
command: bundle exec rake db:migrate db:seed && bundle exec sidekiq
env:
Expand Down
2 changes: 1 addition & 1 deletion staging-worker-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
applications:
- name: publish-beta-staging-worker
memory: 1G
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.9.3
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.10.4
stack: cflinuxfs3
command: bundle exec rake db:migrate db:seed && bundle exec sidekiq
env:
Expand Down

0 comments on commit 8da33dc

Please sign in to comment.