这是我的 Gemfile:
runtime 'ruby'
file 'Gemfile'
file 'config/database.yml', 'config/'
file 'lib/models.rb', 'lib/'
remote_build_command 'bundle install --standalone'
exec 'my_worker.rb'
remote_build_commandbundle install --standalone
安装了 gem,但它们似乎没有正确加载。