aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/templates/newgem/Gemfile.tt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/templates/newgem/Gemfile.tt')
-rw-r--r--lib/bundler/templates/newgem/Gemfile.tt6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/bundler/templates/newgem/Gemfile.tt b/lib/bundler/templates/newgem/Gemfile.tt
deleted file mode 100644
index c114bd6665..0000000000
--- a/lib/bundler/templates/newgem/Gemfile.tt
+++ /dev/null
@@ -1,6 +0,0 @@
-source "https://rubygems.org"
-
-git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
-
-# Specify your gem's dependencies in <%= config[:name] %>.gemspec
-gemspec