$ bundle config local.GEM_NAME /path/to/local/git/repository
Gemfile
gem 'GEM_NAME', git: '[email protected]:GEM_NAME', branch: 'master'
$ bundle config local.GEM_NAME /path/to/local/git/repository
Gemfile
gem 'GEM_NAME', git: '[email protected]:GEM_NAME', branch: 'master'