summaryrefslogtreecommitdiff
path: root/lib/rubygems/resolver/specification.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/resolver/specification.rb2
1 files changed, 0 insertions, 2 deletions
@@ -5,7 +5,6 @@
# dependency resolution in the resolver is included.
class Gem::Resolver::Specification
-
##
# The dependencies of the gem for this specification
@@ -111,5 +110,4 @@ class Gem::Resolver::Specification
def local? # :nodoc:
false
end
-
end