I have a couple of gem files which I install via gem install xx.gem. Can I tell Bundler to use them? Or do I have to specify the source path?
gem install xx.gem
I found it easiest to run my own gem server using geminabox
geminabox
See these simple instructions.