Add markdownlinter gem to development group

This commit is contained in:
Bertocq
2017-06-14 18:13:36 +02:00
parent a6bc109821
commit aa405abf63
2 changed files with 9 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ group :test do
end
group :development do
gem 'mdl', require: false
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '3.3.0'
end