我通过jenkins在passenger / Nginx中运行ruby和rails应用程序. Jenkins成功构建应用程序.但该网站显示以下乘客错误.
Ruby (Rack) application could not be started. Error message: undefined method `path_separator' for Gem:Module
您可以更新:
gem update --system
但是在旧版本的Ruby 1.9上运行你的应用程序可能还有其他问题.目前,仅支持版本2.2及更高版本.
您可能希望告诉Jenkins使用与运行时环境中使用的相同版本的Ruby(RVM或Docker).