내가 번들 쇼 레이크을 실행하면미나 배포
mina deploy
나는 내가 노력이
/var/lib/gems/2.3.0/gems/rake-12.0.0
볼이 오류
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
를 얻을 실행 한 후 "번들 긁어 잠겨" app/vendor와 bundler를보고있는 것은 아닙니다. 번들 설치 및 번들 업데이트를 사용해 보았습니다.
업데이트 :
내가 확인하고 소스 '은 https : rubygems.org은'내 gemfile입니다.
나는 번들 배포를
bundle install --deployment
를 설치 실행하고 동일한 오류로 실행했습니다.
불행히도 문제가 해결되지 않았습니다. 나도 같은 오류가있어. – user2723240