summaryrefslogtreecommitdiffstats
path: root/docs/Gemfile
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-06 01:15:33 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-06 01:15:33 +0100
commit7f979cf1c746dfde7302eb7e7891c377a007a013 (patch)
treea51865bd3e895c660e8ebeab6c83bcb21e6582ae /docs/Gemfile
parent8bf4a73f3ddf08bfc4bd7367ea14524abe24552a (diff)
Update gems and use HTTPS to get them.
Diffstat (limited to 'docs/Gemfile')
-rw-r--r--docs/Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Gemfile b/docs/Gemfile
index f06950f6..208c9c95 100644
--- a/docs/Gemfile
+++ b/docs/Gemfile
@@ -1,5 +1,6 @@
-source :rubygems
+source "https://rubygems.org"
+gem "rake"
gem "bonsai"
gem "maruku"
gem "ronn"