mirror of https://github.com/rails/rails
We dont actually use the ultra short-hand, so no need to complicate things with it
This commit is contained in:
parent
e0318bf0d0
commit
0b8441bd41
|
@ -1,5 +1,5 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
git_source(:github) { |repo| "https://github.com/#{repo.include?("/") ? repo : "#{repo}/#{repo}"}.git" }
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||||
|
|
||||||
<% gemfile_entries.each do |gem| -%>
|
<% gemfile_entries.each do |gem| -%>
|
||||||
<% if gem.comment -%>
|
<% if gem.comment -%>
|
||||||
|
|
Loading…
Reference in New Issue