today I did the following: sudo gem install merb merb-gen app testapp cd testapp merb and got a slew of version errors because dm modules are currenlty 0.9.10, but merb requires (= not =>) dm to be 0.9.9 for the following gems:
dm-aggregates dm-core dm-migrations dm-serializer dm-timestamps dm-types dm-validations and 0.9.10.1 for: data_objects do_sqlite3 when you do a gem install of datamapper it's installing 0.9.10 or in some cases 0.9.11. Hope this helps. --Ivan On Wed, Feb 11, 2009 at 1:05 PM, Dan Kubb (dkubb) <[email protected]> wrote: > > Hi Everyone, > > I've seen a few tweets and blog posts over the last few months talking > about Merb and DataMapper, and how dealing with gems are a dependency > nightmare. > > I don't doubt it is a problem in some cases, but I want to learn why, > and see if there's a way to resolve it.. or at the very least lessen > the problem. > > Can anyone provide some specific examples where this has been a > problem for you? Any other feedback or ideas? > > -- > > Thanks, > > Dan > (dkubb) > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
