aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Gemfile
diff options
context:
space:
mode:
authorMike McQuaid2017-01-04 10:53:54 +0000
committerGitHub2017-01-04 10:53:54 +0000
commit3568cf3a40e489959666fde7e75d71e5bf698b47 (patch)
treea1350f6ce942fe2b459af43a89f3a359e1635d72 /docs/Gemfile
parent2fba252a367021ad348c9938fbf71ddacce4a44b (diff)
parent127e9def5084063cf33e8acb26a970556ef51148 (diff)
downloadbrew-3568cf3a40e489959666fde7e75d71e5bf698b47.tar.bz2
Merge pull request #1773 from MikeMcQuaid/docs-site
Cleanup documentation site
Diffstat (limited to 'docs/Gemfile')
-rw-r--r--docs/Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile
new file mode 100644
index 000000000..fac2f802d
--- /dev/null
+++ b/docs/Gemfile
@@ -0,0 +1,6 @@
+source "https://rubygems.org"
+
+gem "github-pages", group: :jekyll_plugins
+
+# Nokogiri >=1.7 requires Ruby >=2.1
+gem "nokogiri", "<1.7"