Make sure a gem updates everytime from source using bundler
If bundle update {gem}
is not pulling down the latest changes and you don't want to change the version number each time use >=
e.g.
gem "quickeebooks", '>=0.1.2', :git => "git@github.com:nickhammond/quickeebooks.git"
- Pushed on 07/24/2012 by Christian