diff options
author | David RodrÃguez <[email protected]> | 2024-06-13 13:21:53 +0200 |
---|---|---|
committer | git <[email protected]> | 2024-06-13 14:25:14 +0000 |
commit | 5c573b7652ec88995ba2a6172a10f6d98e4b2dcd () | |
tree | fd6ee859a1ea16ddc3f9261ac38375c34cfb5c88 /lib/rubygems/basic_specification.rb | |
parent | 8b843b0dc775a2a91d5aa1fbef75dac3a9cd589c (diff) |
[rubygems/rubygems] Fix default gem priority when sorting specs
https://.com/rubygems/rubygems/commit/8dbe1dbdc7 Co-authored-by: MSP-Greg <[email protected]>
-rw-r--r-- | lib/rubygems/basic_specification.rb | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -99,6 +99,13 @@ class Gem::BasicSpecification end ## # Returns full path to the directory where gem's extensions are installed. def extension_dir |