Merge RubyGems-3.3.11 and Bundler-2.3.11

This commit is contained in:
Hiroshi SHIBATA 2022-05-02 19:42:15 +09:00 committed by nagachika
parent ec5dae0d81
commit 8ba584ff3c
69 changed files with 1603 additions and 119 deletions

View file

@ -341,7 +341,7 @@ By default, this RubyGems will install gem as:
fake_spec = Gem::Specification.new 'rubygems', Gem::VERSION
def fake_spec.full_gem_path
File.expand_path '../../../..', __FILE__
File.expand_path '../../..', __dir__
end
generate_ri = options[:document].include? 'ri'