summaryrefslogtreecommitdiff
path: root/lib/rubygems/basic_specification.rb
diff options
context:
space:
mode:
authorDavid Rodriguez <[email protected]>2024-05-16 16:01:10 +0200
committergit <[email protected]>2024-05-29 15:35:04 +0000
commita3edc4abc574b04bcacfae2af188cce7d27bfcf1 ()
treeadf29d37e085505910d67681e1006f5bc6512f72 /lib/rubygems/basic_specification.rb
parentbc8a9cc1568e7219ac0aec9b82efad0e5d4af7e7 (diff)
[rubygems/rubygems] Fix `gem pristine` sometimes failing to pristine user installed gems
https://.com/rubygems/rubygems/commit/0eb6ed8f86
-rw-r--r--lib/rubygems/basic_specification.rb13
1 files changed, 13 insertions, 0 deletions
@@ -144,6 +144,19 @@ class Gem::BasicSpecification
end
##
# Full paths in the gem to add to <code>$LOAD_PATH</code> when this gem is
# activated.