Skip to content

Commit

Permalink
Merge pull request #1180 from alphagov/update-buildpack
Browse files Browse the repository at this point in the history
Update buildpacks for Ruby 3.2
  • Loading branch information
kentsanggds authored Jun 2, 2023
2 parents 9d62c7b + eff3bc3 commit 477792e
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.8.17
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.9.3
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.8.17
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.9.3
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.8.17
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.9.3
stack: cflinuxfs3
command: bundle exec rake db:migrate db:seed && bundle exec sidekiq
env:
Expand Down

0 comments on commit 477792e

Please sign in to comment.