Skip to content

Stop hard-coding BUNDLE_GEMFILE when running wars#444

Draft
davishmcclurg wants to merge 2 commits intojruby:masterfrom
davishmcclurg:env-vars
Draft

Stop hard-coding BUNDLE_GEMFILE when running wars#444
davishmcclurg wants to merge 2 commits intojruby:masterfrom
davishmcclurg:env-vars

Conversation

@davishmcclurg
Copy link
Contributor

No description provided.


protected CharSequence executableScriptEnvPrefix() {
final String gemsDir = new File(extractRoot, "gems").getAbsolutePath();
final String gemfile = new File(extractRoot, "Gemfile").getAbsolutePath();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the main issue. Our project is using a custom gemfile (with BUNDLE_GEMFILE) and it's getting overridden here

@chadlwilson chadlwilson marked this pull request as draft October 12, 2025 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant