#771650 suggest apt-get remove when gem command tries to uninstall libraries installed via apt

Package:
ruby
Source:
ruby-defaults
Description:
Interpreter of object-oriented scripting language Ruby (default version)
Submitter:
Pirate Praveen
Date:
2014-12-01 08:51:17 UTC
Severity:
wishlist
#771650#5
Date:
2014-12-01 08:47:53 UTC
From:
To:
package: ruby
version: 1:2.1.0.1
severity: wishlist

when a library is installed as a deb package and rubygems-integration is
installed, gem uninstall command give the following error

ERROR:  While executing gem ... (Gem::InstallError)
    treetop is not installed in GEM_HOME, try:
	gem uninstall -i /usr/share/rubygems-integration/all treetop

it would be nice if apt-get remove ruby-treetop is suggested instead.