Hi, I just wanted to check that when you bundle gems using thor merb:gem:install that you need the gems installed already using gem install xxx?
i.e. when i add a mongrel dependency to my project it does this, but if i install mongrel first then it works. Is that normal? $ bin/thor merb:gem:install Beginning transaction Installing gem_plugin-0.2.3 2Installing daemons-1.0.10 Installing fastthread-1.0.1 Building native extensions. This could take a while... Installing cgi_multipart_eof_fix-2.5.0 Installing mongrel-1.1.5 Building native extensions. This could take a while... Confirming configuration... Configuration could not be confirmed: Could not find RubyGem mongrel (= 1.1.5) Rolling back transaction --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
