Fix wrong gem name

This commit is contained in:
Hiroshi SHIBATA 2023-10-12 17:33:52 +09:00
parent fe5329f032
commit c6728caeb7

View File

@ -102,7 +102,7 @@ module Gem::BUNDLED_GEMS
break
end
end
msg += " Also contact author of #{caller_gem} to add #{name} into its gemspec."
msg += " Also contact author of #{caller_gem} to add #{gem} into its gemspec."
end
else
msg += " Install #{gem} from RubyGems."