summaryrefslogtreecommitdiff
path: root/docs/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Gemfile')
-rw-r--r--docs/Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Gemfile b/docs/Gemfile
index 0e6f09ed8..9d14e8b7c 100644
--- a/docs/Gemfile
+++ b/docs/Gemfile
@@ -32,4 +32,6 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
-gem "webrick", "~> 1.7"
+gem "jekyll-redirect-from"
+
+gem "webrick"