summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 620338e5997..a70026dc48e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -259,6 +259,9 @@ group :development do
# Docs generator
gem 'sdoc', '~> 0.3.20'
+ # Documentation markdown lint
+ gem 'mdl'
+
# thin instead webrick
gem 'thin', '~> 1.7.0'
end