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
|
@ -102,6 +102,7 @@ class Gem::Source::Git < Gem::Source
|
|||
success = system @git, 'reset', '--quiet', '--hard', rev_parse
|
||||
|
||||
if @need_submodules
|
||||
require "open3"
|
||||
_, status = Open3.capture2e(@git, 'submodule', 'update', '--quiet', '--init', '--recursive')
|
||||
|
||||
success &&= status.success?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue