提交 8106a177 编写于 作者: R Rafael França 提交者: GitHub

Merge pull request #27092 from prathamesh-sonpatki/https-source-bundler

Use secure source for gems referencing "github" in the generated apps
source 'https://rubygems.org'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end
<% gemfile_entries.each do |gem| -%>
<% if gem.comment -%>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册