summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-07-24 16:19:18 -0400
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-07-24 16:19:18 -0400
commit5d33ff57846d3a9f1f2e7e83a8e50f2d3fdb5208 (patch)
treece8394a1b5300354b65355bc52c5d902cdfca421 /templates
parentc63c8f1698e8c059e286fb49ba0264e4336a6e33 (diff)
A gem spec might be handy!
Diffstat (limited to 'templates')
-rw-r--r--templates/project/Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/project/Gemfile b/templates/project/Gemfile
new file mode 100644
index 0000000..66989b6
--- /dev/null
+++ b/templates/project/Gemfile
@@ -0,0 +1,3 @@
+source :rubygems
+
+gem 'allthethings', '0.1.0', :git => 'git@github.com:Shopify/allthethings.git' \ No newline at end of file