aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/available_set.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/available_set.rb')
-rw-r--r--lib/rubygems/available_set.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rubygems/available_set.rb b/lib/rubygems/available_set.rb
index bb0b3a3abe..4ab4d77716 100644
--- a/lib/rubygems/available_set.rb
+++ b/lib/rubygems/available_set.rb
@@ -116,7 +116,7 @@ class Gem::AvailableSet
##
#
- # Used by the DependencyResolver, the protocol to use a AvailableSet as a
+ # Used by the Resolver, the protocol to use a AvailableSet as a
# search Set.
def find_all(req)
@@ -127,7 +127,7 @@ class Gem::AvailableSet
end
match.map do |t|
- Gem::DependencyResolver::InstalledSpecification.new(self, t.spec, t.source)
+ Gem::Resolver::InstalledSpecification.new(self, t.spec, t.source)
end
end