On Dec 26, 2008, at 6:30 PM, MarkMT wrote: > /usr/local/lib/site_ruby/1.8/rubygems.rb:149:in `activate': can't > activate data_objects (= 0.9.9, runtime), already activated > data_objects-0.9.10 (Gem::Exception)
I've seen something similar where the system gems were updated to a later version than in the merb apps dependencies. I think the solution is to run "thor merb:gem:install" to cache the versions as specified in dependency.rb. HTH, Roy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
