summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorpushmatrix <daniel.beauchamp@gmail.com>2013-03-12 19:44:20 +0100
committerpushmatrix <daniel.beauchamp@gmail.com>2013-03-12 19:44:20 +0100
commit339f2e24ffeae847684a643d95eee4b923d27452 (patch)
tree900c77230905acb152785199f285f462202e7e63 /templates
parent4e19979f72ce5ccf11a0aae4bc74275191eb9b83 (diff)
Use https ruby gems in the gemfile
Diffstat (limited to 'templates')
-rw-r--r--templates/project/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project/Gemfile b/templates/project/Gemfile
index 75cc574..8f1b17a 100644
--- a/templates/project/Gemfile
+++ b/templates/project/Gemfile
@@ -1,3 +1,3 @@
-source :rubygems
+source 'https://rubygems.org'
gem 'dashing' \ No newline at end of file