После запускаMina Deploy "Bundle запирается на грабли"
mina deploy
Я получаю эту ошибку
mina deploy
-----> Creating a temporary build path
-----> Fetching new git commits
-----> Using git branch 'master'
Cloning into '.'...
done.
-----> Using this git commit
root (e1bd364):
> fixes fo rmina
-----> Symlinking shared paths
-----> Installing gem dependencies using Bundler
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Your Gemfile has no gem server sources. If you need gems that are not already on
your machine, add a line like this to your Gemfile:
source 'https://rubygems.org'
Your bundle is locked to rake (12.0.0), but that version could not be found in
any of the sources listed in your Gemfile. If you haven't changed sources, that
means the author of rake (12.0.0) has removed it. You'll need to update your
bundle to a different version of rake (12.0.0) that hasn't been removed in order
to install.
! ERROR: Deploy failed.
-----> Cleaning up build
Unlinking current
OK
Connection to app.com closed.
! Run Error
Если я бегу расслоение показать грабли я вижу это
/var/lib/gems/2.3.0/gems/rake-12.0.0
Я попытался в приложении/поставщике и комплекте нет. Я пробовал использовать пакетное обновление и пакетное обновление.
Update:
Я проверил и источник 'https: rubygems.org' в моей Gemfile.
Я попытался запустить пакет установки Сработала
bundle install --deployment
и побежал в ту же ошибку.
К сожалению, это не решило проблему. Я получил ту же ошибку – user2723240