aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/installer.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-03-19 16:10:55 -0700
committerCarlhuda <carlhuda@engineyard.com>2010-04-01 11:30:54 -0700
commitd6a6c080f3b95b84fabb6db36f6de8f7dafba2fa (patch)
treec80570d78e85d986a7790e72fec7359dea0ef399 /lib/bundler/installer.rb
parent625818a70d341d37260b700502ccec065fdee60a (diff)
downloadbundler-d6a6c080f3b95b84fabb6db36f6de8f7dafba2fa.tar.gz
Some refactoring into Environment
Diffstat (limited to 'lib/bundler/installer.rb')
-rw-r--r--lib/bundler/installer.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/bundler/installer.rb b/lib/bundler/installer.rb
index 5d8a9d5b..6f026af5 100644
--- a/lib/bundler/installer.rb
+++ b/lib/bundler/installer.rb
@@ -41,14 +41,6 @@ module Bundler
Bundler.ui.confirm "Your bundle is complete! Use `bundle show gemname` to see where a bundled gem is installed."
end
- def dependencies
- @definition.dependencies
- end
-
- def resolved_dependencies
- @definition.resolved_dependencies
- end
-
private
def resolve_locally