I have a Windows server that runs multiple Ruby apps, some requiring different Ruby versions. For managing Ruby versions we use the "PIK" Ruby version manager.
For an app we use Windows Services + SrvAny + Thin to run it. Screenshot of config:
However, I can't find any documentation on how to change the Ruby version for this specific Windows service. Right now, it just picks the one in the PATH env variable.
Is there a way to change ruby version using pik with Windows system services?