Update a specific source (and all gems associated with it)
$ bundle update --source=SOURCE
The name of a :git or :path source used in the Gemfile. For instance, with a :git source of http://github.com/rails/rails.git, you would call bundle update --source rails.
For example if you want to update from local source
$ bundle update --source=:path