summaryrefslogtreecommitdiffstats
path: root/src/rocksdb/docs/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/rocksdb/docs/Gemfile')
-rw-r--r--src/rocksdb/docs/Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rocksdb/docs/Gemfile b/src/rocksdb/docs/Gemfile
new file mode 100644
index 000000000..d0602ba2b
--- /dev/null
+++ b/src/rocksdb/docs/Gemfile
@@ -0,0 +1,4 @@
+source 'https://rubygems.org'
+gem 'github-pages', '~> 225'
+
+gem "webrick", "~> 1.7"