aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/installer.rb
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-04-23 10:46:23 -0700
committerCarl Lerche <carllerche@mac.com>2010-04-23 10:46:23 -0700
commit045362666bf37596610e80b7770007b5b8292261 (patch)
treeeb2505a6cd68030b1f84931b202d1261b4f5cf4c /lib/bundler/installer.rb
parent6ea2d9b544247b1e6797c7341742aaa81282b249 (diff)
downloadbundler-045362666bf37596610e80b7770007b5b8292261.tar.gz
Get rid of Index.installed_gems since there only is Index.system_gems now
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 f7d7c0f7..6e3a6dcc 100644
--- a/lib/bundler/installer.rb
+++ b/lib/bundler/installer.rb
@@ -70,7 +70,7 @@ module Bundler
idx.use source.specs
end
- idx.use Index.installed_gems
+ idx.use Index.system_gems
idx.use Index.cached_gems
rubygems.each do |source|