mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 03:24:00 +02:00
Merge RubyGems-3.3.11 and Bundler-2.3.11
This commit is contained in:
parent
ec5dae0d81
commit
8ba584ff3c
69 changed files with 1603 additions and 119 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue