hi all, thought i'd chime in with a success story and a thank you. i've been seeing this error, too. i upgraded hoe yesterday and was still having this problem--editing the file (Line 94 in merb_stack.rb) as per voldern and odin made it go away.
93 def merb_gems_version 94 "0.9.10" 95 end becomes 93 def merb_gems_version 94 "0.9.12" 95 end thanks! On Oct 31, 10:49 am, voldern <[EMAIL PROTECTED]> wrote: > On Oct 31, 7:14 am, geekylucas <[EMAIL PROTECTED]> wrote: > > > Hey guys, > > > I just installed Merb (MacOS 10.5.5) and I'm having some troubles > > getting going. I think Merb is looking for a version of merb-action- > > args that is older than what I have installed? > > Hi, > > You should try to edit "config/dependencies.rb" and change > merb_gems_version = "0.9.10" to merb_gems_version = "0.9.12". > I hope this helps. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
