summaryrefslogtreecommitdiffstats
path: root/docs/Gemfile
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-12-12 23:18:43 +0000
committerStephen Dolan <mu@netsoc.tcd.ie>2012-12-12 23:18:43 +0000
commit2b48ee4a8f894d698b3f726cc58dc9e18a3b27bf (patch)
tree98fca4a198dfb836edfdd278ae6250636acf14b0 /docs/Gemfile
parent8ba2cef91356257d8c8415df916480fdba4d17f6 (diff)
Add a Gemfile to make building the documentation easier.
Use "bundle install" in the docs folder to install ruby dependencies.
Diffstat (limited to 'docs/Gemfile')
-rw-r--r--docs/Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile
new file mode 100644
index 00000000..84f2c4e6
--- /dev/null
+++ b/docs/Gemfile
@@ -0,0 +1,4 @@
+source :rubygems
+
+gem "bonsai"
+gem "maruku"