i'm installing redmine and getting an error, i've commented out the version so it could use any that would load, I originally left it at version 2.3.5 with no luck
Missing the Rails gem. Please gem install -v= rails
, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.
here is my gem list
$gem list
* LOCAL GEMS *
actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (3.0.0, 2.3.5)
builder (2.1.2)
rack (1.0.1)
rails (2.3.5)
rake (0.8.7)
any ideas?