Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix BUNDLE_GEMFILE path for demo deployments #2728

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

nickcharlton
Copy link
Member

In #2705, we upgraded Rails but didn't notice that we'd changed the path on where BUNDLE_GEMFILE is overridden in config/boot.rb.

This was causing deployments to fail for the prerelease (which had also been broken for some time for other reasons), and blocking us releasing v1.

Fixes #2715.

In #2705, we upgraded Rails but didn't notice that we'd changed the path
on where `BUNDLE_GEMFILE` is overridden in `config/boot.rb`.

This was causing deployments to fail for the prerelease (which had also
been broken for some time for other reasons), and blocking us releasing
v1.

Fixes #2715.
@nickcharlton nickcharlton merged commit 1dd32ac into main Dec 17, 2024
21 of 22 checks passed
@nickcharlton nickcharlton deleted the nc-fix-heroku-deploy branch December 17, 2024 15:22
@nickcharlton nickcharlton added this to the v1.0.0 milestone Dec 17, 2024
@nickcharlton nickcharlton added bug breakages in functionality that is implemented documentation how to use administrate, examples and common usage labels Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug breakages in functionality that is implemented documentation how to use administrate, examples and common usage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pre-release app is broken with out of date database and can't be deployed
1 participant