vote up 0 vote down star

we are using cruisecontrol.rb for CI. but cruise control is failing with this output

  /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/site_ruby/1.8/rubygems.rb:258:in     `activate': can't activate activesupport (= 1.4.2, runtime) for [], already activated activesupport-2.2.2 for ["rails-2.2.2"] (Gem::Exception) from /opt/ruby-enterprise-

can anybody trouble shoot.

I want to run rake task and rcov can anyone suggest rake task for it. Thanks.

flag

73% accept rate

2 Answers

vote up 0 vote down

This sounds like you have different versions of rails (or at least those gems) on your box and it's getting confused between them.

link|flag
vote up 0 vote down

this is a typical rubygems gem version conflict

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.