Skip to content

Wrong version of gems being used by Passenger #224

@dvalfre

Description

@dvalfre

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfix next releaseTo be fixed on the next release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions