-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
The current implementation of Gem.default_path is quite dynamic:
It does not include user_dir and vendor_dir under some conditions, mainly if the directories are not present on the filesystem. That IMHO makes information about versatility of RubyGems more obscure.
Therefore I propose to make the Gem.default_path more static, starting by removing the directory existence check.
Please note that this ticket is based on discussion in #7187 (comment)
martinemde