mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 19:44:01 +02:00
Merge RubyGems-3.3.25 and Bundler-2.3.25
This commit is contained in:
parent
6f59f0bebc
commit
b102175b4d
52 changed files with 183 additions and 81 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue