First off - got my app deployed and seems to be up and running. Tuturial was useful/straightforward - thanks.
Some of my pages are throwing errors, so I'm trying to freeze my gem versions against the same ones on my dev server. I followed the tutorial for unpacking local gem version in /vendor/, however, the logs show my app is using the shared gems in /usr/local/lib/ruby/gems/1.8/gems/
Do I need to do anything to override or specify that I'd like to use the ones in my vendor dir? (Didn't see anything on the tutorial).
thanks!