summaryrefslogtreecommitdiff
path: root/lib/rubygems/errors.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/errors.rb2
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ module Gem
def build_message
names = specs.map(&:full_name)
- "Could not find '#{name}' (#{requirement}) - did find: [#{names.join ','}]\n"
end
end