Errorgetting Redmine 2.0.1 on Ubuntu 12.04LTS to use Passenger
Added by Callum McLean over 12 years ago
I'm trying to get Redmine setup on an Ubuntu 12.04LTS box. Redmine runs fine under Webrick but under passenger I get a page saying:
Error message:
Redmine requires Bundler 1.0.21 (you're using 1.0.15). Please install a newer version with `gem install bundler`.
but 'gem list' says its version 1.1.4 of bundler which is installed.
I guess Passenger is not using the correct environment but I don't know how to change this to the correct one.
Environment:
Redmine version 2.0.1.stable
Ruby version 1.9.3 (x86_64-linux)
Rails version 3.2.3
Environment production
Database adapter Mysql2
Redmine plugins:
no plugin installed
Any help greatly appreciated - been going round in circles trying to get this sorted.
Thanks, Callum.
Replies (1)
RE: Errorgetting Redmine 2.0.1 on Ubuntu 12.04LTS to use Passenger - Added by Lucas J over 12 years ago
Try purging the ruby-bundler install via apt-get. Worked for me.