We dont actually use the ultra short-hand, so no need to complicate things with it

This commit is contained in:
David Heinemeier Hansson 2017-05-24 17:25:43 +02:00
parent e0318bf0d0
commit 0b8441bd41
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
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| -%>
<% if gem.comment -%>