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

Wrong version of gems being used by Passenger #224

Open
dvalfre opened this issue Nov 9, 2023 · 0 comments
Open

Wrong version of gems being used by Passenger #224

dvalfre opened this issue Nov 9, 2023 · 0 comments
Assignees
Labels
bug Something isn't working fix next release To be fixed on the next release

Comments

@dvalfre
Copy link
Contributor

dvalfre commented Nov 9, 2023

Seems that by default when Passenger starts, it first loads system gems, and then the applications on gems. This behaviour generate issues when the application has a different version of the gems than the ones the system has. The case is similar to the one presented here: https://stackoverflow.com/questions/74409118/passenger-bundler-gems-not-loaded-from-deployed-app

A fix will be to extend the control script that handles Passenger to include the variable GEM_PATH as part of the start-up command.

@dvalfre dvalfre added the bug Something isn't working label Nov 9, 2023
@dvalfre dvalfre self-assigned this Nov 9, 2023
@dvalfre dvalfre added the fix next release To be fixed on the next release label Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix next release To be fixed on the next release
Projects
None yet
Development

No branches or pull requests

1 participant