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

Commit 983bb2f

Browse files
authored
Revert "Upgrade Cloud Foundry buildpack (#526)" (#530)
This reverts commit 892ec00.
1 parent 3309046 commit 983bb2f

4 files changed

+4
-4
lines changed

production-app-manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
applications:
22
- name: publish-data-beta
33
memory: 512M
4-
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.7.13
4+
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.6.47
55
env:
66
RAILS_ENV: production
77
RACK_ENV: production

production-worker-manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
applications:
22
- name: publish-data-beta-worker
33
memory: 256M
4-
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.7.13
4+
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.6.47
55
command: bundle exec sidekiq
66
env:
77
RAILS_ENV: production

staging-app-manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
applications:
22
- name: publish-data-beta-staging
33
memory: 512M
4-
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.7.13
4+
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.6.47
55
env:
66
RAILS_ENV: staging
77
RACK_ENV: staging

staging-worker-manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
applications:
22
- name: publish-data-beta-staging-worker
33
memory: 512M
4-
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.7.13
4+
buildpack: https://github.com/cloudfoundry/ruby-buildpack.git#v1.6.47
55
command: bundle exec sidekiq
66
env:
77
RAILS_ENV: staging

0 commit comments

Comments
 (0)