ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

reposman.rb doesn't work with Rubygems >= 1.6.0 (Bug #322)


Added by Holger Just at 2011-04-08 11:07 am. Updated at 2011-05-19 10:04 pm.


Status:Closed Start date:2011-04-08
Priority:Normal Due date:
Assignee:Holger Just % Done:

0%

Category:SCM
Target version:1.4.0
Remote issue URL: Affected version:

Description

reposman.rb requires a require 'thread' for rubygems >= 1.6 compatibility, similar to #133.

The observed error with the require missing is:

uninitialized constant ActiveSupport::Dependencies::Mutex (NameError)


Related issues

related to Feature #216: Remove the rubygems hack from boot.rb Closed 2011-02-22

Associated revisions

Revision 333a3187
Added by Felix Schäfer at 2011-05-20 12:04 am

Work around a deprecation in rubygems 1.6+. #322

History

Updated by Eric Davis at 2011-05-01 07:30 pm

Moving incomplete issues to the next release.

  • Target version changed from 1.3.0 to 1.4.0

Updated by Felix Schäfer at 2011-05-14 04:19 pm

Holger Just wrote:

reposman.rb requires a require 'thread' for rubygems >= 1.6 compatibility, similar to #133.

This is only for rails 2.3.5, isn't it? Care to put it in master with a note that it shouldn't be merged to unstable?

Updated by Felix Schäfer at 2011-05-19 10:04 pm

  • Status changed from Open to Closed

Also available in: Atom PDF