We have a gem which is specific to our project and is also shared among multiple projects. When we try to install our Gemfile using bundle:install
command via capistrano, it fails mentioning that it is unable to find the sources for foo-1.0.0.gem
** [out :: ubuntu@14.245.216.229] Could not find foo-1.0.0 in any of the sources
How should I resolve this, since I cannot expose this gem in a public repository. What would be the right way to bundle and deploy.