我有一個遠程運行的應用程序,並且我剛剛將rails升級到版本4.2.8,該版本也升級了其他寶石。我跑service unicorn restart之後,但日誌麒麟給了我這個錯誤: You have already activated unicorn 5.2.0, but your Gemfile requires unicorn 5.3.0. Prepending bundle exec to y
我在Ubuntu 14.04上運行Unicorn和Rails 5。我跑獨角獸作爲守護程序,使用腳本,/etc/init.d/unicorn, case "$1" in
start)
check_config
check_app_root
log_daemon_msg "Starting $DESC" $NAME || true
if st