aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/installer.rb
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-04-26 15:59:50 -0700
committerCarl Lerche <carllerche@mac.com>2010-04-26 15:59:50 -0700
commit8f8a61770e8af20bd9fb4e4fd72eca93c728fb8f (patch)
tree550e5d0fec2c1aa046fe9c7e37d789ba97cb379d /lib/bundler/installer.rb
parent6d08372cc6bcb1264e4b9dd910bcafff86232b5d (diff)
downloadbundler-8f8a61770e8af20bd9fb4e4fd72eca93c728fb8f.tar.gz
Remove more unused methods
Diffstat (limited to 'lib/bundler/installer.rb')
-rw-r--r--lib/bundler/installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/installer.rb b/lib/bundler/installer.rb
index 0df903c2..eb2ab7a0 100644
--- a/lib/bundler/installer.rb
+++ b/lib/bundler/installer.rb
@@ -9,7 +9,7 @@ module Bundler
end
def run(options)
- if resolved_dependencies.empty?
+ if dependencies.empty?
Bundler.ui.warn "The Gemfile specifies no dependencies"
return
end