summaryrefslogtreecommitdiff
path: root/lib/rubygems/defaults.rb
diff options
context:
space:
mode:
authorMasataka Pocke Kuwabara <[email protected]>2021-10-03 01:30:55 +0900
committerHiroshi SHIBATA <[email protected]>2021-10-09 08:04:08 +0900
commitd03d122ba1851156c93ea21a9006a7d921ad073e ()
treedbb58bee14392eb71c1341d45af7d90bfcf7b127 /lib/rubygems/defaults.rb
parentad92651d6428d59b7f4dbee7014f4d1127bbdbe8 (diff)
[rubygems/rubygems] Improve performance of Specification#missing_extensions?
https://.com/rubygems/rubygems/commit/90c1919f94
-rw-r--r--lib/rubygems/defaults.rb2
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
##