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