From c6728caeb7ad63963737bd43f53cf4a667990b77 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 12 Oct 2023 17:33:52 +0900 Subject: [PATCH] Fix wrong gem name --- lib/bundled_gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb index 9006a1eba8..3f77d84dab 100644 --- a/lib/bundled_gems.rb +++ b/lib/bundled_gems.rb @@ -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."