FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Stop hard-coding BUNDLE_GEMFILE when running wars by davishmcclurg · Pull Request #444 · jruby/warbler · GitHub

/ warbler Public

Stop hard-coding BUNDLE_GEMFILE when running wars - #444

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

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

Conversation

Copy link
Copy Markdown

No description provided.

Comment thread ext/WarMain.java

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

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

chadlwilson marked this pull request as draft October 12, 2025 05:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL