Skip to content

Fix BUNDLE_GEMFILE path for demo deployments#2728

Merged
nickcharlton merged 1 commit intomainfrom
nc-fix-heroku-deploy
Dec 17, 2024
Merged

Fix BUNDLE_GEMFILE path for demo deployments#2728
nickcharlton merged 1 commit intomainfrom
nc-fix-heroku-deploy

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