vendor dir in rails project

If I have a /vendor dir in a rails project, how can I have my ruby environment use what is in the vendor dir? How do I take what is there, resident locally, and have it be integrated into my version of ruby (I am using RVM incidentally).

Thank you.