diff options
author | Masataka Pocke Kuwabara <[email protected]> | 2021-10-03 01:30:55 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-10-09 08:04:08 +0900 |
commit | d03d122ba1851156c93ea21a9006a7d921ad073e () | |
tree | dbb58bee14392eb71c1341d45af7d90bfcf7b127 /lib/rubygems/defaults.rb | |
parent | ad92651d6428d59b7f4dbee7014f4d1127bbdbe8 (diff) |
[rubygems/rubygems] Improve performance of Specification#missing_extensions?
https://.com/rubygems/rubygems/commit/90c1919f94
-rw-r--r-- | lib/rubygems/defaults.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ module Gem # Path to specification files of default gems. def self.default_specifications_dir - File.join(Gem.default_dir, "specifications", "default") end ## |