Merge RubyGems-3.3.25 and Bundler-2.3.25

This commit is contained in:
Hiroshi SHIBATA 2022-11-22 20:31:54 +09:00 committed by nagachika
parent 6f59f0bebc
commit b102175b4d
52 changed files with 183 additions and 81 deletions

View file

@ -214,7 +214,7 @@ class Gem::RequestSet::GemDependencyAPI
git_source :github do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include? "/"
"git://github.com/#{repo_name}.git"
"https://github.com/#{repo_name}.git"
end
git_source :bitbucket do |repo_name|