Slide 6
Slide 6 text
Httpdのerror_logを確認
エラーログによると
base64 0.2.0を必要としているけどあなたの環境に
はbase64 0.1.1がインストールされているよ
→つまりbase64 0.2.0が⾒つからない
Bundle installで依存関係解決してインストールされ
るんじゃないのか︖
Could not spawn process for application /var/lib/redmine: The
application encountered the following error: You have already
activated base64 0.1.1, but your Gemfile requires base64 0.2.0.
Since base64 is a default gem, you can either remove your
dependency on it or try updating to a newer version of bundler
that supports base64 as a default gem. (Gem::LoadError)