Also I had problems due to a dependency that merb-action-args has with Hoe. It require's Hoe, which I had, but it require Hoe >= 1.8, now if you have Hoe but not >=1.8 you simply get back FATAL: The gem merb-action-args (= 1.0, runtime), [] was not found. The only way to find the problem was to require 'merb-action-args' which returned me RubyGem version error: hoe(1.5.1 not >= 1.8.0) (Gem::LoadError), and then I could update Hoe and it all worked.
Should dependency not return the proper error from require? I'll patch it if anyone agrees. C On Nov 7, 12:16 am, "Martin Gamsjaeger" <[EMAIL PROTECTED]> wrote: > Hey, > > It seems that current edge (0.9.14 from edge.merbivore.com) suffers > from a regression because i thought i remember that this was already > fixed before? > > http://www.pastie.org/308689 > > This shouldn't happen. The generated dm_gems_version in > config/dependencies.rb should be 0.9.7. > > Also (after fixing dm_gems_version), when i do a > > thor merb:dependencies:install > > it will bundle merb-0.9.13 which in turn leads to ./bin/merb -i saying > > ~ Loaded DEVELOPMENT Environment... > ~FATAL: Thegemmerb-action-args(= 0.9.14,runtime), [] wasnotfound > ~FATAL: The filemerb-action-argswasnotfound > > because in config/dependencies.rb it says merb_gems_version = "0.9.14" > > I would gladly offer a patch, but I'm really rather confused against > which branch that should be. With all the branches and forks, I'm kind > of lost as to what exactly is considered merb edge. If this is already > fixed somewhere, I'm happy to wait until this makes it into1.0. Ifnot, i > would vote for *special* care about merb-gen (the dependencies > it generates) and thor bundling (to match these dependencies) > > cheers > snusnu > > On Thu, Nov 6, 2008 at 8:58 AM, Yehuda Katz <[EMAIL PROTECTED]> wrote: > > Hey guys, > > We have one full day before Merb1.0final is released. In light of that, > > I'm making a call for remaining bugs that you consider urgently required > > before1.0, and that can be fixed in the short time remaining. > > We'll probably release a few1.0.x releases to continue to solidify the > > final release as bug reports come streaming in, but please limit your > > replies to this thread to urgent problems that can be fixed quickly. > > Thanks! > > > -- > > Yehuda Katz > > Developer | Engine Yard > > (ph) 718.877.1325 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
