I'm using Bundler version 1.3.5 and Ruby 2.0.0-rc2.
When I use the command bundle install --deployment on my production server all my gems are copied to vendor/bundle, except for the one that has a :git source in the Gemfile.
I don't get any errors and the gem is listed and even downloaded when running the command, but it's not in the vendor/bundle folder.
All resources I've found on this are related to out-dated versions of Bundler which did not have this feature. Why is this happening on 1.3.5, though?