summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-11-27 21:31:35 +1100
committerColby Swandale <me@colby.fyi>2018-11-27 21:31:35 +1100
commite7b7c8c433cecd5f1cffffea42ec116503630aca (patch)
tree303069e6be86aa9940bad7b5f6299eeea558f3c8
parentd9844e8d0f8d365c8750cf214a678602f29e4926 (diff)
downloadbundler-e7b7c8c433cecd5f1cffffea42ec116503630aca.tar.gz
remove :github source declaration from new gem template
-rw-r--r--lib/bundler/templates/newgem/Gemfile.tt2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/templates/newgem/Gemfile.tt b/lib/bundler/templates/newgem/Gemfile.tt
index c114bd6665..4cd2e40f4f 100644
--- a/lib/bundler/templates/newgem/Gemfile.tt
+++ b/lib/bundler/templates/newgem/Gemfile.tt
@@ -1,6 +1,4 @@
source "https://rubygems.org"
-git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
-
# Specify your gem's dependencies in <%= config[:name] %>.gemspec
gemspec