Merge branch 'rs-issue-1645' into 'master'
Use task_list fork to fix list items in notes Closes #1645 See https://github.com/github/task_list/pull/60 See merge request !680
Showing
... | ... | @@ -94,7 +94,7 @@ gem "seed-fu" |
# Markdown and HTML processing | ||
gem 'html-pipeline', '~> 1.11.0' | ||
gem 'task_list', '~> 1.0.0', require: 'task_list/railtie' | ||
gem 'task_list', '1.0.2', require: 'task_list/railtie' | ||
gem 'github-markup' | ||
gem 'redcarpet', '~> 3.2.3' | ||
gem 'RedCloth' | ||
... | ... |
Please register or sign in to comment