On 09.01.2009, at 23:48, [email protected] wrote:

> Loading D:/Code/shoes/pastebin/merb_paste/config/environments/
> development.rb
> c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:149:in `activate': can't
> activate dat
> a_objects (= 0.9.7, runtime), already activated data_objects-0.9.10.1


Make sure dependencies in your init files use DM 0.9.10.1 or simply  
remove version specification
to load most recent version. Looks like DM 0.9.7 tries to load older DO.

dm_version = "0.9.7" # change to whatever version you have
depedency "dm-types", dm_version

# or, do not specify version at all

depedency "dm-types"

MK


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to