aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/templates/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/templates/Gemfile')
-rw-r--r--lib/bundler/templates/Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/bundler/templates/Gemfile b/lib/bundler/templates/Gemfile
new file mode 100644
index 0000000000..21c6283123
--- /dev/null
+++ b/lib/bundler/templates/Gemfile
@@ -0,0 +1,6 @@
+# frozen_string_literal: true
+source "https://rubygems.org"
+
+git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
+
+# gem "rails"