Surpressing additional message if it missed to detect gem name
This commit is contained in:
parent
e10f7c9d5b
commit
42f368ead5
@ -108,7 +108,9 @@ module Gem::BUNDLED_GEMS
|
||||
break
|
||||
end
|
||||
end
|
||||
msg += " Also contact author of #{caller_gem} to add #{gem} into its gemspec."
|
||||
if caller_gem
|
||||
msg += " Also contact author of #{caller_gem} to add #{gem} into its gemspec."
|
||||
end
|
||||
end
|
||||
else
|
||||
msg += " Install #{gem} from RubyGems."
|
||||
|
Loading…
x
Reference in New Issue
Block a user