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