I use bundler to manage dependencies in my rails app, and I have a gem hosted in a git repository included as followed:
gem \'gem-name\', :git => \'path/t
The way to do this is to run the following command:
bundle update --source gem-name