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
Did you try to declare additional Rubygems source in your Gemfile, like this?
source "http://youserver.com"