I've been having problems with dependencies for a while now, and although I generally manually overcome these, I would like to understand the correct way to resolve such dependencies. My idea till now has been to just get it to work somehow, but would love to know about how knowledgable people do this..
So, my latest problem is this..
You have already activated raindrops 0.8.0, but your Gemfile requires raindrops 0.10.0
In my gemfile, I have raindrops (0.10.0), as well as grouped with unicorn (4.2) as raindrops (0.7.0)
My current gemfile is here https://gist.github.com/3103422
Would be great to know what is the best way to solve these problems...