poise / application_ruby

Development repository for Opscode Cookbook application_ruby
Apache License 2.0
124 stars 153 forks source link

Have environment use the ssh wrapper if using a deploy key #56

Closed kevinreedy closed 10 years ago

kevinreedy commented 10 years ago

This allows bundler to checkout gems from private git repositories, assuming your Gemfile specifies this with git:// rather than https:// and your deploy key also has access to the repository.