dependencies icon indicating copy to clipboard operation
dependencies copied to clipboard

Specify your project's dependencies in a single place.

Results 2 dependencies issues
Sort by recently updated
recently updated
newest added

When trying out dependencies on a Sinatra project on OS X Leopard with Rubygems 1.3.4 and stock Ruby (1.8.6) installed I encountered this error when doing ' $ dep vendor...

The vendoring process unpacks each gem to the vendor directory, and therefore won't be deployable across multiple environments if native extensions need to be rebuilt. Hopefully missing something!