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

Bugfix/bundler problem #2576

Open
wants to merge 1 commit into
base: stable-6.0
Choose a base branch
from
Open

Bugfix/bundler problem #2576

wants to merge 1 commit into from

Conversation

CamJN
Copy link
Member

@CamJN CamJN commented Dec 2, 2024

No description provided.

@FooBarWidget
Copy link
Member

This is a good workaround for #2577 in order to make the error more legible, but it's ultimately not a fix. bundle exec on the CLI works, as does the 'direct' spawn method, so we need to figure out what's really going on here.

@FooBarWidget
Copy link
Member

@CamJN I have analyzed the root cause and identified a better fix strategy. Please see:
#2577 (comment)
#2577 (comment)

@CamJN CamJN modified the milestones: 6.0.24, 6.0.25 Dec 9, 2024
@CamJN CamJN force-pushed the bugfix/bundler_problem branch 2 times, most recently from f2bcc97 to 26bf079 Compare December 12, 2024 22:48
@CamJN CamJN force-pushed the bugfix/bundler_problem branch from 26bf079 to 2dcd8f0 Compare December 19, 2024 20:13
@CamJN
Copy link
Member Author

CamJN commented Dec 19, 2024

We can just do what puma does, and use Process.setproctitle, then it doesn't matter what bundler decides to do, or what version users are running. Works back to ~ Ruby 2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants