Add task_list gem
Showing
... | ... | @@ -87,13 +87,10 @@ gem "six" |
# Seed data | ||
gem "seed-fu" | ||
# Markup pipeline for GitLab | ||
# Markdown and HTML processing | ||
gem 'html-pipeline', '~> 1.11.0' | ||
# Markdown to HTML | ||
gem "github-markup" | ||
# Required markup gems by github-markdown | ||
gem 'task_list', '~> 1.0.0', require: 'task_list/railtie' | ||
gem 'github-markup' | ||
gem 'redcarpet', '~> 3.2.3' | ||
gem 'RedCloth' | ||
gem 'rdoc', '~>3.6' | ||
... | ... |
Please register or sign in to comment