I'm using rvm and have managed to deploy 1 app with a certain degree of success. I'm now struggling to deploy another where my gems are defined in a gemset. Unicorn seems to be expecting them in the global space. Any idea what I can stuff in my unicorn.rb to tell it to use my gemset in this instance?
I'm using rvm and have managed to deploy 1 app with a certain degree of success. I'm now struggling to deploy another where my gems are defined in a gemset. Unicorn seems to be expecting them in the global space. Any idea what I can stuff in my unicorn.rb to tell it to use my gemset in this instance?