summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-10-02 16:58:37 -0700
committerAndre Arko <andre@arko.net>2013-10-05 12:27:22 -0700
commitda4ef32eb242422421e2b11f866f63d71fffa124 (patch)
tree2ab9850159922a54b367063bc28d1a4aac036960
parentcd5299698bee4a1030ac7bb0b27e7e1a9ce7d5ef (diff)
downloadbundler-da4ef32eb242422421e2b11f866f63d71fffa124.tar.gz
empty list dependencies aren't provided
-rw-r--r--lib/bundler/endpoint_specification.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/endpoint_specification.rb b/lib/bundler/endpoint_specification.rb
index e860e25246..8346953857 100644
--- a/lib/bundler/endpoint_specification.rb
+++ b/lib/bundler/endpoint_specification.rb
@@ -13,7 +13,7 @@ module Bundler
@name = name
@version = version
@platform = platform
- @dependencies = dependencies
+ @dependencies = dependencies || []
end
def fetch_platform