Added recovery instructions for RubyGems

This commit is contained in:
Hiroshi SHIBATA 2023-10-12 16:53:33 +09:00
parent fdf0589a95
commit 62eea99a1c

View File

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