Redmine needs a functional instance of ruby on rails with gem version 1.3.7

You can check your gem version by using this command:

gem -v

If you have a superior version than 1.3.7, the steps necessary in order to downgrade your gem version are below:

Go to your preferred work directory (ex. /usr/local/src)

wget http://rubyforge.org/frs/download.php/70696/rubygems-1.3.7.tgz

tar xzvf rubygems-1.3.7.tgz
cd rubygems-1.3.7
ruby setup.rb

Afterwards, check your gem version:

gem -v

And this should return:

1.3.7

After these operations, all gems need to be reinstalled in order for them to work properly.

 

 

Leave a Reply