Я развертываю приложение rails на Google Cloud App Engine.После добавления
config.action_mailer.default_url_options = { host: 'foobar.appspot.com'}
в production.rb сборка завершается неудачно при развертывании.Вот журналы:
INFO[0108] RUN bundle install --deployment --without="development test" && rbenv rehash
INFO[0108] cmd: /bin/sh
INFO[0108] args: [-c bundle install --deployment --without="development test" && rbenv rehash]
/bin/sh: 1: bundle: not found
error building image: error building stage: waiting for process to exit: exit status 127