Project

General

Profile

rake generate_session_store requires 0.9.2.2?

Added by Alexander Nottelling about 12 years ago

Hi, i was trying to test redmine in a virtual machine and i am following this guide [[http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_12x_with_Mercurial_and_Subversion_on_Ubuntu_Server_1004]].

The only thing i changed was svn co 1.4 stable instead of 1.2 and using rails 2.3.14 instead of 2.3.11.

Everything till Step 7 worked just fine, but while i'm trying to 'rake generate_session_store' i get the 'Redmine requires Bundler. Install via `gem install bundler` which i did. So i tried to execute 'rake generate_session_store' a second time, this time i get 'Some gems need to be installed or updated, run `bundle install --without development test` which updates rake to 0.9.2.2 which is not supported by rails (says requirements).

So my question is can i somehow force him to use rake 0.8.7 without bundle install rake 0.9.2.2 first? Or any other solution?

Thanks in advance
Shabu