can I redirect gem source to my web server path, where I\'ll download all necessary gem bundles and put there? I want to use those by \"bundle install\"
bundle install
Gem
you can do bundle install --local
bundle install --local
from here more detail