diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-05-18 15:44:45 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-05-20 12:08:33 -0400 |
commit | 8ee382087d06c50d2f8c7f60ce79294af0b89201 (patch) | |
tree | 065ac0d87837f878eeeebed2045a5bf5010c991e /Gemfile | |
parent | 76a758234ac29ba2c859cb50fec6e6374e4a8742 (diff) | |
download | gitlab-ce-8ee382087d06c50d2f8c7f60ce79294af0b89201.tar.gz |
Subclass TaskList::Filter to fix a bugrs-issue-1645
Instead of using a fork, we subclass the filter and only apply the
`task-list` class to list items that actually are task lists.
Closes #1645
See https://github.com/github/task_list/pull/60
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |