diff options
author | David Rodriguez <[email protected]> | 2024-05-16 16:01:10 +0200 |
---|---|---|
committer | git <[email protected]> | 2024-05-29 15:35:04 +0000 |
commit | a3edc4abc574b04bcacfae2af188cce7d27bfcf1 () | |
tree | adf29d37e085505910d67681e1006f5bc6512f72 /lib/rubygems/basic_specification.rb | |
parent | bc8a9cc1568e7219ac0aec9b82efad0e5d4af7e7 (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.rb | 13 |
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. |