Project

General

Profile

Conflict rubygems and rails

Added by Taro MURAOKA almost 13 years ago

I'm using redmine-1.2.1 on FreeBSD box.

It has rubygems-1.8.7 (from ports) and conflicts with rails-2.3.11 which bundled with redmine-1.2.1.
To say more details, rails-2.3.11 doesn't aware newer version of rubygems.

Does anyone know how to solve this?


Replies (2)

RE: Conflict rubygems and rails - Added by Etienne Massip almost 13 years ago

Indeed, rubygems compatibility with Redmine 1.2 version is precised with other requirements in Compatibility-notes.

You should either update your Rails to 2.3.14 (not sure it is compatible with rubyGems 1.8, though) or downgrade rubyGems to 1.5 using command gem update --system 1.5.3.

    (1-2/2)